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.0.103.tar.gz
(296.6 kB
view details)
Built Distribution
labml_app-0.0.103-py3-none-any.whl
(337.3 kB
view details)
File details
Details for the file labml_app-0.0.103.tar.gz
.
File metadata
- Download URL: labml_app-0.0.103.tar.gz
- Upload date:
- Size: 296.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61ba76241ddd6d33ce94b8c37720c42acfdc956dfb5038255eade12d7c94439e |
|
MD5 | d330fe1e1e2b64a1604b1a2442003ba4 |
|
BLAKE2b-256 | 442c78845ac6d789feaae2a020e5ccd21597908dce46fd333b9cad7d4cb0ed2f |
File details
Details for the file labml_app-0.0.103-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.0.103-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 | 2ff493b616ade64f502ab9e6ef5d5959842183525b7c6f7f53719eb9051f3774 |
|
MD5 | 71969ee2e5d3f7163368aa725fe4689a |
|
BLAKE2b-256 | b3bd703957c5d1e02b8619a4a11301da022fc1fa2cdd4496dedc661d6b78fab5 |