ShishirPatil / lab

Organize PyTorch Experiments

Home Page:https://lab-ml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Lab

Lab is a library to track PyTorch experiments.

Lab keeps track of every detail of the experiments: source code, configurations, hyper-parameters, checkpoints, Tensorboard logs and other statistics. Lab saves all these automatically in a clean folder structure.

Lab comes with a Dashboard to browse experiments.

Dashboard Screenshot

Installation

pip install machine_learning_lab

Links

πŸ’¬ Slack workspace for discussions

πŸ“— Documentation

πŸ“‘ Articles & Tutorials

πŸ‘¨β€πŸ« Samples

Citing Lab

If you use Lab for academic research, please cite the library using the following BibTeX entry.

@misc{lab,
 author = {Varuna Jayasiri, Nipun Wijerathne},
 title = {Lab: A library to organize machine learning experiments},
 year = {2020},
 url = {https://lab-ml.com/},
}

About

Organize PyTorch Experiments

https://lab-ml.com

License:MIT License


Languages

Language:Python 99.7%Language:Makefile 0.3%