Skip to content

Commit

Permalink
Added split data capabilities in utils.special
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Mar 13, 2017
1 parent df81a41 commit 607e406
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pantry/tutorials/gan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def deep_deconvolutional_gan_svhn(dataset,
dataset = data.dataset_location()

net = shallow_gan_mnist ( dataset, verbose = 2 )
net = deep_gan_svhn_cifar ( dataset, verbose = 2 )
net = deep_gan_mnist ( dataset, verbose = 2 )
net = deep_deconvolutional_gan_cifar ( batch_norm = True,
dropout_rate = 0.5,
regularize = True,
Expand Down

0 comments on commit 607e406

Please sign in to comment.