Realtime plot of loss plot in Jupyter Notebook for Keras, PyTorch and others.
Project description
Installation
pip install realtimeplt
realtimeplt is a Python library made by VisionBrain which foucuses on getting the Live training loss plot in Jupyter Notebook for Keras, PyTorch and TensorFlow.Our main objective is to bring the ability to visualize the data hyperparameters in real time.
Most Noticeable changes:
-Runs on the latest version of python -Runs on the latest version of keras -Runs on the latest version of pytorch -Runs on the latest version of tensorflow
Use
The major dependency of realtimeplt is livelossplot
from livelossplot import PlotLossesKeras
model.fit(X_train, Y_train,
epochs=10,
validation_data=(X_test, Y_test),
callbacks=[PlotLossesKeras()],
verbose=0)
Supported DataScience Libraries
Note*** Better results when used with Jupyter Notebook.
- Matplotlib
- Seaborn
- SciPy
- Bokeh
Created by Lead Developer & the VisionBrain team, MNNIT Allahabad. Thanks for using our library.
Note*** realtimeplt is a faster and accurate version of liveplot & in no manner VisionBrain is trying to coppy liveplot.
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
File details
Details for the file realtimeplt-0.0.1.tar.gz
.
File metadata
- Download URL: realtimeplt-0.0.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba206bd722171efcb60af5e532b2092b4ff3dc2e16c36d602de5aef00ba5a45 |
|
MD5 | dca5debbd744e52c6ddd2aa8ae5d2048 |
|
BLAKE2b-256 | c0ba9315a81dde761c7f04d5f848fc6806dc3333ed95cd031c8215e6dcbcd525 |
File details
Details for the file realtimeplt-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: realtimeplt-0.0.1-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2b956994d06c2e7437e9d64db3b4829471ac37e78b5a5b094613aeaaea61c6a |
|
MD5 | 2af35c646ae488f8b98f135b4ac8b1f3 |
|
BLAKE2b-256 | 60c6077c292c6c38fb557f81b30560fa3c947b9aa48c99cea9cda1e44f8f3218 |