We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c4486 commit 46cf1e3Copy full SHA for 46cf1e3
_posts/2017-06-01-Generative-Adversial-Network-in-R.md
@@ -30,7 +30,7 @@ require("readr")
30
require("mxnet")
31
```
32
33
-The full demo is comprised of the two following scripts available on [GitHub](https://github.com/dmlc/mxnet/tree/master/example/gan/blog_R_cgan):
+The full demo is comprised of the two following scripts available on [GitHub](https://github.com/dmlc/mxnet/tree/master/example/gan/CGAN_mnist_R):
34
35
- `CGAN_mnist_setup.R`: prepare data and define the model structure
36
- `CGAN_train.R`: execute the training
0 commit comments