Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 524 Bytes

Epoch And Batches

Simple, minimalist, spartan, lightweight, single-class deep learning experiment tracker. Also, library agnostic.

  • no installation. Just put the .py file in your project.

  • no docs, tutorial, or supports (I got a sample code though...)

  • does not automate runs

  • does not support distributed computing and what not

  • does not even inlcude the codes to analyze between runs

A knock-off of Weights & Biases because I cannot get it work.

Check the .ipynb for sample usage.