Skip to content

Commit

Permalink
Merge pull request #77 from anchitagarwal/master
Browse files Browse the repository at this point in the history
data_params fix
  • Loading branch information
Ragav Venkatesan committed Jun 2, 2017
2 parents 7a65f3b + b4218c9 commit e0f883c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yann/special/datasets.py
Expand Up @@ -595,13 +595,13 @@ def cook_celeba(verbose = 1, **kwargs):
"source" : 'images',
"name" : 'celeba',
"location" : '',
"mini_batch_size" : 36,
"mini_batch_size" : 500,
"mini_batches_per_batch" : (1, 1, 1),
"batches2train" : 1,
"batches2train" : 403,
"batches2test" : 1,
"batches2validate" : 1,
"height" : 218,
"width" : 178,
"height" : 32,
"width" : 32,
"channels" : 3 }

else:
Expand Down

0 comments on commit e0f883c

Please sign in to comment.