The ELBO Tracker
The ELBO tracker allows you to monitor your ML tasks on your Phone using the ELBO Tracker App
Last updated
The ELBO tracker allows you to monitor your ML tasks on your Phone using the ELBO Tracker App
Last updated
The ELBO Tracker API is an easy way to monitor your tasks on your Phone. Using the API you can log messages, key metrics (numbers), and images. These would show up in your task list on your Phone.
Please install the ELBO Tracker App and log in with your authentication token to see the results of your tasks.
To start instantiate an instance of the Tracker
Where "Hello World" is the experiment name. Now to log a message just do:
That's it! Similarly logging a metric or an image is as simple:
And finally, upload the logs using:
Make sure you don't forget this step. The upload_logs()
API can be called as many times as you would like. Each time it will append to the existing logs. For example, if you are training a model, it may make sense to call this API every epoch.
Once this is done, now you can see the results in your App!