spro / practical-pytorch

Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
MIT License
4.52k stars 1.11k forks source link

Needed to manually tqdm #20

Open lilumb opened 7 years ago

lilumb commented 7 years ago

FWIW, I needed to install tqdm in order to work with glove-word-vectors.ipynb. Is tqdm normally installed by Anaconda?
-Ian

spro commented 7 years ago

It's in requirements.txt for pytorch/text, but looks like I skipped that installation step in the tutorial.