We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a29e0 commit 5b75a27Copy full SHA for 5b75a27
torchvision/datasets/lsun.py
@@ -53,7 +53,7 @@ def __len__(self):
53
return self.length
54
55
def __repr__(self):
56
- return self.__class__.__name__ + ' (' + self.db_path + ')'
+ return self.__class__.__name__ + ' (' + self.root + ')'
57
58
59
class LSUN(data.Dataset):
0 commit comments