Closed volkov-maxim closed 3 years ago
For the new torchvision version, use
classes, class_to_idx = self.find_classes(self.root)
Thanks for the hint, I will do a commit where it works with both torchvision versions.
Sorry for duplicate 😏
no problem - you can say the subject of the old issue was not helpful at all...
Hi! When I ran main.py I got runtime error:
I think that this error causes due the typo in "differnet\multi_transform_loader.py" (line 34).
DatasetFolder
object haven't_find_classes
method, instead of it hasfind_classes
method.