Skip to content

Commit 2d69597

Browse files
committed
PyTorch GANs
1 parent 8689d05 commit 2d69597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ https://github.com/lambdaofgod/examples-counterexamples/blob/master/notebooks/Ke
3333

3434
* [Basic MXNet - logistic regression & MLP](https://github.com/lambdaofgod/examples-counterexamples/blob/master/notebooks/neural_nets/MXNet%20basics.ipynb)
3535

36-
* [GANs in Gluon](https://colab.research.google.com/drive/1Esr2lPhx9yKPYyMvJIGWKt68YjEJQMg7) - using Gluon's Hybrid Blocks which utilize dynamic graphs by default, but can be compiled to static ones
36+
* GANs [in Gluon](https://colab.research.google.com/drive/1Esr2lPhx9yKPYyMvJIGWKt68YjEJQMg7) and [in PyTorch](https://colab.research.google.com/drive/1bq2lWzUfwAZSr149uQsIVqp535CdOB2A) on Colab! Using Gluon's Hybrid Blocks which utilize dynamic graphs by default, but can be compiled to static ones
3737

3838
* [Visualizing Convolutional Neural Networks in Keras with Quiver](https://github.com/lambdaofgod/examples-counterexamples/blob/master/notebooks/neural_nets/Keras%20CNN%20visualization%20with%20Quiver.ipynb)
3939

0 commit comments

Comments
 (0)