psteinb / sota_on_uncertainties

trying to obtain uncertainties from training accuracies using timm
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

pip call missing command #2

Closed zyzzyxdonta closed 2 years ago

zyzzyxdonta commented 2 years ago

Instead of

python -m pip torch...

this should be

python -m pip install torch...

https://github.com/psteinb/sota_on_uncertainties/blob/e5c9fc7288fbdf011a099b5bfeba82a76f256b98/README.md?plain=1#L67

psteinb commented 2 years ago

fixed with af2bc77 Thanks!