practical-pytorch
practical-pytorch copied to clipboard
Needed to manually tqdm
FWIW, I needed to install tqdm in order to work with glove-word-vectors.ipynb.
Is tqdm normally installed by Anaconda?
-Ian
It's in requirements.txt for pytorch/text, but looks like I skipped that installation step in the tutorial.