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.12.tar.gz
(296.6 kB
view details)
Built Distribution
labml_app-0.5.12-py3-none-any.whl
(320.4 kB
view details)
File details
Details for the file labml_app-0.5.12.tar.gz
.
File metadata
- Download URL: labml_app-0.5.12.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 | f79c3b5587cfca88c3276eae03075552fbc19a651d0c18a6ee69d674ecdb669e |
|
MD5 | fe495d255abc16d3082bbc7bce151ded |
|
BLAKE2b-256 | da0dde08a89d69b5d91b55af3c1c0421ee63459932a7b0d058314fecadec0299 |
File details
Details for the file labml_app-0.5.12-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.5.12-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 | 89db7a28127cfb93cbd22c532befaf2d2e9be9a7ec62ee91415e4b4cd30706cd |
|
MD5 | 95c6aeb00dacfba4b355ad2ec9637780 |
|
BLAKE2b-256 | 66058b88b113a82e2ad6a0b0719d3443d8621583dbe31e3d37659defe3501254 |