Commit 5b75a277 authored by Jason Park's avatar Jason Park Committed by Soumith Chintala
Browse files

Fix uninitialized instance variables (#455)

parent 73a29e02
......@@ -53,7 +53,7 @@ class LSUNClass(data.Dataset):
return self.length
def __repr__(self):
return self.__class__.__name__ + ' (' + self.db_path + ')'
return self.__class__.__name__ + ' (' + self.root + ')'
class LSUN(data.Dataset):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment