Skip to main content

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

PyPI - Python Version PyPI Status Docs Twitter

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: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


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.102.tar.gz (264.3 kB view details)

Uploaded Source

Built Distribution

labml_app-0.0.102-py3-none-any.whl (295.1 kB view details)

Uploaded Python 3

File details

Details for the file labml_app-0.0.102.tar.gz.

File metadata

  • Download URL: labml_app-0.0.102.tar.gz
  • Upload date:
  • Size: 264.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.7.11

File hashes

Hashes for labml_app-0.0.102.tar.gz
Algorithm Hash digest
SHA256 1523243923be100d98af8c91bf3d236c7f8277764424793193e2e874d42e1886
MD5 a7129a9d8becab5a90a6578e803914b0
BLAKE2b-256 1f34a16b648c0eb2b20b14fa378c43e65ba13c98578fbd93982b86307327483d

See more details on using hashes here.

File details

Details for the file labml_app-0.0.102-py3-none-any.whl.

File metadata

  • Download URL: labml_app-0.0.102-py3-none-any.whl
  • Upload date:
  • Size: 295.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.7.11

File hashes

Hashes for labml_app-0.0.102-py3-none-any.whl
Algorithm Hash digest
SHA256 2a6392b8ea0d9623f4543cedccb5dab9ae352f8ed30b38a30aa971f596e2d569
MD5 97246e5666ebe2f9bd7cbd55dc48721b
BLAKE2b-256 2c969dda3fe68a2ee849f313e0155617f98cb8ee73520b9b83983dc7139415ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page