Neptune.ai tensorflow-keras integration library
Project description
Neptune + TensorFlow/Keras Integration
Experiment tracking, model registry, data versioning, and live model monitoring for TensorFlow/Keras 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
- Collaborate with a team
What will be logged to Neptune?
- hyperparameters for every run,
- learning curves for losses and metrics during training,
- hardware consumption and stdout/stderr output during training,
- TensorFlow tensors as images to see model predictions live,
- training code and git commit information,
- model weights
- other metadata
Example charts in the Neptune UI with logged accuracy and loss
Resources
Example
# On the command line:
pip install tensorflow neptune-client neptune-tensorflow-keras
# In Python:
import neptune.new as neptune
from neptune.new.integrations.tensorflow_keras import NeptuneCallback
# Start a run
run = neptune.init(project="common/tf-keras-integration",
api_token="ANONYMOUS")
# Create a NeptuneCallback instance
neptune_cbk = NeptuneCallback(run=run, base_namespace="metrics")
# Pass the callback to model.fit()
model.fit(x_train, y_train,
epochs=5,
batch_size=64,
callbacks=[neptune_cbk])
# 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
Close
Hashes for neptune_tensorflow_keras-1.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e0c86d565ae23a7c42dcced38e7273fec6c9e3820bd396cab89971097546c00 |
|
MD5 | 3c36c01c37e852d775581012cbcd2de0 |
|
BLAKE2b-256 | f04a1cff9af687e4d6731e61cb6a6d99c6db79fd917a2045c1d951419de68807 |
Close
Hashes for neptune_tensorflow_keras-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbf1632c2ec47d7ebdf25491b0de85852e7dc49d90def485b47c5bd1d4557b04 |
|
MD5 | 7075528c209806fa420a2a0988d31967 |
|
BLAKE2b-256 | 00eb5fe72af302911c09798bc1fdc8657f60befbc77c86013fc8563c3c854c37 |