Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into master
  • Loading branch information
YannDubs committed Feb 10, 2021
2 parents f8f64d8 + c578558 commit 7b8285b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def __init__(self, root=os.path.join(DIR, '../data/mnist'), **kwargs):
class FashionMNIST(datasets.FashionMNIST):
"""Fashion Mnist wrapper. Docs: `datasets.FashionMNIST.`"""
img_size = (1, 32, 32)
background_color = COLOUR_BLACK

def __init__(self, root=os.path.join(DIR, '../data/fashionMnist'), **kwargs):
super().__init__(root,
Expand Down

0 comments on commit 7b8285b

Please sign in to comment.