Skip to content

Commit 2adbb9f

Browse files
authored
Update README.md (pclubiitk#8)
1 parent 66dc400 commit 2adbb9f

File tree

1 file changed

+1
-1
lines changed
  • generative_models/InfoGAN_TensorFlow

1 file changed

+1
-1
lines changed

generative_models/InfoGAN_TensorFlow/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $ python3 main.py --dataset CIFAR10 --noise_dim 64
66
> **_NOTE:_** on Colab Notebook use following command:
77
```python
88
!git clone link-to-repo
9-
%run main.py main.py --dataset CIFAR10 --noise_dim 64
9+
%run main.py --dataset CIFAR10 --noise_dim 64
1010
```
1111

1212
## Help Log

0 commit comments

Comments
 (0)