Web app for https://github.com/labmlai/labml
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.13.tar.gz
(296.6 kB
view details)
Built Distribution
labml_app-0.5.13-py3-none-any.whl
(320.4 kB
view details)
File details
Details for the file labml_app-0.5.13.tar.gz
.
File metadata
- Download URL: labml_app-0.5.13.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 | 6d50611e8755f832c701d6b43eafe89490e1a6b4a3e02e3637745abed6746e20 |
|
MD5 | 7fadb9d4901d294be92f1ea4bf0ee618 |
|
BLAKE2b-256 | 90831eec38f4aa788fd1f7e05ddf51cbfd7892043fdb121a9cb4e99da16b33ec |
File details
Details for the file labml_app-0.5.13-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.5.13-py3-none-any.whl
- Upload date:
- Size: 320.4 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 | a0427fece8fa4e8aca0365bf25d64c04034945ea5a41902255d040631d1d90e0 |
|
MD5 | 6e0cffbf7edb70dcb63f2341aa92ed00 |
|
BLAKE2b-256 | a39a027fbee15509dcac8141273e25999ea9f259805a48fcc3e6efb3b3a9e71f |