LundinMachine

Results 3 comments of LundinMachine

@Harishu1998 where did you replace tqdm.auto.tqdm. A grep search did not find auto, just tqdm in s4_model/extensions/cauchy/tuner.py

Alternatively, what version did you use?

What worked for me is to first install tqdm, then pip the remaining requirements ``` pip install tqdm>4.66 pip install -r requirements.txt pip install -e . ``` Here is my...