FateScript / cifar_resnet

2 stars 1 forks source link

where is tqdm module? #1

Open joyivan opened 5 years ago

joyivan commented 5 years ago

I thinks the author can not upload the file tqdm.py .

Traceback (most recent call last): File "drop.py", line 7, in from tqdm import tqdm ImportError: No module named tqdm

FateScript commented 5 years ago

I thinks the author can not upload the file tqdm.py .

Traceback (most recent call last): File "drop.py", line 7, in from tqdm import tqdm ImportError: No module named tqdm

You may use "pip install" command to install tqdm module

joyivan commented 5 years ago

I thinks the author can not upload the file tqdm.py .

Traceback (most recent call last): File "drop.py", line 7, in from tqdm import tqdm ImportError: No module named tqdm

You may use "pip install" command to install tqdm module

Thank a lot .... thank you, I have no idea that tqdm was a module can pip install.