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
You can host this on your own. We also have a small AWS instance running. and you are welcome to use it. Please consider using your own installation if you are running lots of experiments.
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:5000/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:5000/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.3.tar.gz
(282.0 kB
view details)
Built Distribution
labml_app-0.0.3-py3-none-any.whl
(312.1 kB
view details)
File details
Details for the file labml_app-0.0.3.tar.gz
.
File metadata
- Download URL: labml_app-0.0.3.tar.gz
- Upload date:
- Size: 282.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f77d59303164ead6ead5de1e50aaf3fa9db74d6741a73fd1f9cd9cb683e684dc |
|
MD5 | 344b3be7f2a2cc3f03309269345db000 |
|
BLAKE2b-256 | d50540f891ce3eea2c20ef8736836389045c20683b6233922ca0f70e226d7891 |
File details
Details for the file labml_app-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: labml_app-0.0.3-py3-none-any.whl
- Upload date:
- Size: 312.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bd6fa72ee3cb4b34af5d2b6b79de7561af53babafc33c2ebb1450791e7515a3 |
|
MD5 | 5a4b904086892a626baf28f950203c13 |
|
BLAKE2b-256 | e754437ad12e167b4fc6d173d5af2fe5feb3a1d46aae71c989f841518814f844 |