Closed jotoy closed 5 years ago
Hello, I also encountered the same error when running the “main.py ”file. I modified it, but there are still errors. How can you solve this problem?
@jotoy Modify the name of the dataset in dataset.py. This LR name should be the same as in main.py.
Hello, I also encountered the same error when running the “main.py ”file. I modified it, but there are still errors. How can you solve this problem?
you may find the class DatasetFromFolder in dataset.py. then you should change the dataset name if self.dataset == 'DIV2K_train_LR_aug_x8': to the right name you are used.
Yes, that's it. Guarantee the same name
UnboundLocalError: local variable 'input' referenced before assignment