Skip to content

Commit

Permalink
Update info_gan.md
Browse files Browse the repository at this point in the history
Applied some fixes
  • Loading branch information
NRauschmayr authored Nov 6, 2018
1 parent a59a811 commit 8403706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/gluon/info_gan.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ batch_size = 64
z_dim = 100
n_continuous = 2
n_categories = 10
ctx = mx.cpu()
ctx = mx.gpu() if mx.test_utils.list_gpus() else mx.cpu()
```

Some functions to load and normalize images.
Expand Down

0 comments on commit 8403706

Please sign in to comment.