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.10.tar.gz
(296.7 kB
view details)
Built Distribution
labml_app-0.5.10-py3-none-any.whl
(337.3 kB
view details)
File details
Details for the file labml_app-0.5.10.tar.gz
.
File metadata
- Download URL: labml_app-0.5.10.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 | d6369bd387296b7b44e0771dd78819631b75fa9b8352182c11540379b43ade7d |
|
MD5 | e3c87bb1d3bbc726ffa589db322bebab |
|
BLAKE2b-256 | ef8213db96542385cecb9e99841b64071a31024678163a806209aa1cff82d5e5 |
File details
Details for the file labml_app-0.5.10-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.5.10-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 | 52ea325c51bd0605584cb0489640d9f5e4fdb233a58f60c43aa70ee50eb2676b |
|
MD5 | 5231118dd3e9ea1add9e75702c87387c |
|
BLAKE2b-256 | 4907856074c8c14cbd8c0541363bdf5713ceb061f8cd01e04fda55c965198995 |