Skip to content

Commit 46cf1e3

Browse files
committed
cgan R change folder ref
1 parent 93c4486 commit 46cf1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-06-01-Generative-Adversial-Network-in-R.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require("readr")
3030
require("mxnet")
3131
```
3232

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):
33+
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):
3434

3535
- `CGAN_mnist_setup.R`: prepare data and define the model structure
3636
- `CGAN_train.R`: execute the training

0 commit comments

Comments
 (0)