IcarusWizard / MAE

PyTorch implementation of Masked Autoencoder
MIT License
234 stars 46 forks source link

tqdm is required package #2

Closed meokey closed 2 years ago

meokey commented 2 years ago

in my environment, Windows 11 crashes when running python3 mae_pretrain.py w/o tqdm.

IcarusWizard commented 2 years ago

Thanks for catching this. I have updated the repo to add tqdm.