Monitor deep learning model training and hardware usage from your mobile phone.
Screenshots of Web App
GitHub
Quick Start

Install the LabML App


# Install the app
pip install labml-app

# Start the server labml app-server

Run an experiment


from labml import tracker, experiment
# set app url to the url of labml app-server
# i.e. http://localhost:5005/api/v1/track
with experiment.record(name='sample', exp_conf={}, app_url=''):
    for i in range(50):
        loss = train()
        tracker.save(i, {'loss': loss})
        
A powerful, open-source platform that helps you monitor deep learning experiments and hardware usage seamlessly, accessible from any device. Self-hosted for complete control.
Features
Feature Image
Documentation
Contact
contact@labml.ai