Skip to content

Commit

Permalink
bug fix with cooking cifar10
Browse files Browse the repository at this point in the history
  • Loading branch information
ragav committed Jan 23, 2017
1 parent 3b5868c commit a674983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/special/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def cook_cifar10_normalized_mean_subtracted(verbose = 1, **kwargs):
"GCN" : False,
"ZCA" : False,
"grayscale" : False,
mean_subtract : True,
"mean_subtract" : True,
}
else:
preprocess_params = kwargs['preprocess_params']
Expand Down

0 comments on commit a674983

Please sign in to comment.