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

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

Uploaded Source

Built Distribution

labml_app-0.5.3-py3-none-any.whl (313.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: labml_app-0.5.3.tar.gz
  • Upload date:
  • Size: 275.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for labml_app-0.5.3.tar.gz
Algorithm Hash digest
SHA256 0c84820638591f7d7824040cf5fac3f3fd61fd17e757437c38c19038ec52ad07
MD5 526928b9a8e6dc9c8b4153bff60d4126
BLAKE2b-256 afacbe124dba89ba8f59da89a554ef2e6ad7edc139e72c2a7a838891e2170dd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: labml_app-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 313.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for labml_app-0.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 08d22c6945a03554b180cb9934170abf8925328b2109b2505b373877aa81b5f1
MD5 f7d1476b383685284317794703c93144
BLAKE2b-256 c2428d2ae1913151f196a37a002ef1088c931d706fbd649af69a99ec75d75190

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