Neptune.ai fast.ai integration library
Project description
Neptune + fastai integration
Experiment tracking, model registry, data versioning, and live model monitoring for fastai trained models.
What will you get with this integration?
- Log, display, organize, and compare ML experiments in a single place
- Version, store, manage, and query trained models, and model building metadata
- Record and monitor model training, evaluation, or production runs live
What will be logged to Neptune?
- Hyperparameters
- Losses and metrics
- Training code (Python scripts or Jupyter notebooks) and Git information
- Dataset version
- Model configuration, architecture, and weights
- Other metadata
Example dashboard with train-valid metrics and selected parameters
Resources
- Documentation
- Code example on GitHub
- Example dashboard in the Neptune app
- Run example in Google Colab
Example
On the command line:
pip install neptune[fastai]
In Python:
import neptune
# Start a run
run = neptune.init_run(
project="common/fastai-integration",
api_token=neptune.ANONYMOUS_API_TOKEN,
)
# Log a single training phase
learn = learner(...)
learn.fit(..., cbs = NeptuneCallback(run=run))
# Log all training phases of the learner
learn = cnn_learner(..., cbs=NeptuneCallback(run=run))
learn.fit(...)
learn.fit(...)
# Stop the run
run.stop()
Support
If you got stuck or simply want to talk to us, here are your options:
- Check our FAQ page
- You can submit bug reports, feature requests, or contributions directly to the repository.
- Chat! When in the Neptune application click on the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP),
- You can just shoot us an email at support@neptune.ai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neptune_fastai-1.1.0.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file neptune_fastai-1.1.0.tar.gz
.
File metadata
- Download URL: neptune_fastai-1.1.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cd72ef7d8cb73363a6692922f7e4c7515154c0e215eb5d2e4d2a06eddb7be2a |
|
MD5 | 8bea77c2212fbb9520a99f7746bd4832 |
|
BLAKE2b-256 | a51d7f2bf9fe5a8d02941def03d4870e13400455e02f4652aa65cf0f75d761f0 |
File details
Details for the file neptune_fastai-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: neptune_fastai-1.1.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb7e423811973951bb71289a7b735fe00be5a31933bc2cc8c4f77a74fbf5c68d |
|
MD5 | f202a9fb16ea3d274f4c41918313c2cc |
|
BLAKE2b-256 | 61d4470d0aa0fe4fbed9b50ee9fb4fb6ebca85e40d2164457417a412103cc65c |