cscss / DBVSR

This repository is an official PyTorch implementation of the paper "Deep Blind Video Super-resolution"
37 stars 4 forks source link

AttributeError: 'tqdm' object has no attribute 'disable' #1

Closed Sreekar33 closed 2 years ago

Sreekar33 commented 4 years ago

Error occurs at File /DBVSR/code/trainer/trainer_dbvsr.py", line 80, in test tqdm_test = tqdm(self.loader_test, ncols=80)

cscss commented 2 years ago

https://stackoverflow.com/questions/56794127/python-progressbar-tqdm I hope this can help you.

Sreekar33 commented 2 years ago

It was very much helpful, Thanks