tysam-code / hlb-CIFAR10

Train to 94% on CIFAR-10 in <6.3 seconds on a single A100. Or ~95.79% in ~110 seconds (or less!)
https://twitter.com/hi_tysam
Apache License 2.0
1.21k stars 75 forks source link

Updated the logging to better align with repo goals, README.md #1

Closed tysam-code closed 1 year ago

tysam-code commented 1 year ago

Logging is a bit more stable (i.e. no crash bugs when using a normal naked 'print' inside of the main training loop, which seems generally user-hostile). Logging is also now, I believe, more hackable/straightforward and does not require an external library (rich). Unfortunately, this comes at the expense of some long lines and a more spartan printout.

I also updated README.md to be a bit less verbose. That's something I surely love doing.