Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hvy committed Jan 30, 2017
1 parent d16a157 commit 41f3b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def train(args):
epochs = args.epochs
gpu = args.gpu

# CIFAR-10 images in range [-1, -1] (tanh generator outputs)
# CIFAR-10 images in range [-1, 1] (tanh generator outputs)
train, _ = datasets.get_cifar10(withlabel=False, ndim=3, scale=2)
train -= 1.0
train_iter = iterators.SerialIterator(train, batch_size)
Expand Down

0 comments on commit 41f3b18

Please sign in to comment.