No project description provided
Project description
Mobile first web app to monitor PyTorch & TensorFlow model training
Relax while your models are training instead of sitting in front of a computer
This is an open-source library to push updates of your ML/DL model training to mobile. Here's a sample experiment
Notable Features
- Mobile first design: web version, that gives you a great mobile experience on a mobile browser.
- Model Gradients, Activations and Parameters: Track and compare these indicators independently. We provide a separate analysis for each of the indicator types.
- Summary and Detail Views: Summary views would help you to quickly scan and understand your model progress. You can use detail views for more in-depth analysis.
- Track only what you need: You can pick and save the indicators that you want to track in the detail view. This would give you a customised summary view where you can focus on specific model indicators.
- Standard ouptut: Check the terminal output from your mobile. No need to SSH.
📚 How to track experiments?
How to run app locally?
Install the PIP package
pip install labml-app
Start the server
labml app-server
Set the web api url to http://localhost:5005/api/v1/track?
when you run experiments.
You can also set this on .labml.yaml
.
from labml import tracker, experiment
with experiment.record(name='sample', token='http://localhost:5005/api/v1/track?'):
for i in range(50):
loss, accuracy = train()
tracker.save(i, {'loss': loss, 'accuracy': accuracy})
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
labml_app-0.5.11.tar.gz
(296.7 kB
view details)
Built Distribution
labml_app-0.5.11-py3-none-any.whl
(337.3 kB
view details)
File details
Details for the file labml_app-0.5.11.tar.gz
.
File metadata
- Download URL: labml_app-0.5.11.tar.gz
- Upload date:
- Size: 296.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae4c16d8e2fcf2721623ea291a3c3ad5aabd9840587b0ecbe48232fc8819a8c |
|
MD5 | a1b8ced9b66a4e05a2ac483e7a4d898e |
|
BLAKE2b-256 | e41ea32ca37a9f1bca1b7dcba684615cdef91fea4d8afaf8d4dbd6fadbe6fc39 |
File details
Details for the file labml_app-0.5.11-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.5.11-py3-none-any.whl
- Upload date:
- Size: 337.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d99752ee8c263091ace03d599fc7c4f28bdd3ad8c1cc3bca23d985f00f1f9d |
|
MD5 | a92808d5a70fe30f717a69138858a778 |
|
BLAKE2b-256 | 947b6936ece97f8dad9fb3460d3bd80e95a122aa93cc5c1837a4ccbf6031610c |