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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neptune_fastai-1.1.1.tar.gz.
File metadata
- Download URL: neptune_fastai-1.1.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
782d89a99e22fca53c2c485af5ea40bfbbe79020e7887b3bd56f7f3078a5d526
|
|
| MD5 |
707b7c8a3e581a427c980af02c20ea5a
|
|
| BLAKE2b-256 |
ae1546740e2d6ff5db8d8676f35c0e4cdb07b0c88e454c894c4a0a6ddbf4801a
|
File details
Details for the file neptune_fastai-1.1.1-py3-none-any.whl.
File metadata
- Download URL: neptune_fastai-1.1.1-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.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63b81ea6b9736a263434e3e3490ee89a1f483d6da374ec73a48d342355179be9
|
|
| MD5 |
819850321a2f4810a30bd175b6b37088
|
|
| BLAKE2b-256 |
d5e25a879efd07f3b243717280cdfaeb58069c5e024f37d51fcef83b45b223e4
|