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?
- Hyper-parameters
- Losses & 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 fastai neptune-client[fastai]
# In Python:
import neptune.new as neptune
# Start a run
run = neptune.init_run(project="common/fastai-integration",
api_token=neptune.ANONYMOUS_API_TOKEN,
source_files=["*.py"])
# 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.0.0.tar.gz
(11.9 kB
view details)
Built Distribution
File details
Details for the file neptune_fastai-1.0.0.tar.gz
.
File metadata
- Download URL: neptune_fastai-1.0.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c327b1a6ffda431cc9d66b2ba09277334f16a93e19bad581a27a222fc6ac377f |
|
MD5 | 8919c6361e601e634d4f1d26ef8b2e56 |
|
BLAKE2b-256 | 3ac2459ec5a52db2a19d8bcc89490c13817a007a43eef5393e2c82254e873b9b |
File details
Details for the file neptune_fastai-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: neptune_fastai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.7 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 | 6d639209985e8513809cbd208c4a159492de08c24e36a5d873c78cc5a62940ca |
|
MD5 | 134ae00131ba46b1247bb79b57af6311 |
|
BLAKE2b-256 | e89247a874cc14af98fa37629901ad2d9824dfd21c1e71e0d879548ca03567b5 |