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

Update README.md #13

Closed tysam-code closed 1 year ago

tysam-code commented 1 year ago

Removed python -m pip install -r requirements.txt from the default given run command to avoid borking people's pre-existing torch and torchvision installations (more likely+critical than someone not having an installation).

Added some documentation for people new to torch/torchvision.