From 7a9e2b04618677a5f3ce4cd3d7f81e95a07ab6cb Mon Sep 17 00:00:00 2001 From: Hiroyuki Vincent Yamazaki Date: Tue, 31 Jan 2017 22:39:41 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f4711..32560ef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Chainer implementation of the Wesserstein GAN by Martin Arjovsky et al. Note tha Train the models with CIFAR-10. Randomly sampled images will be saved under a subdirectory called `result` automatically created when training. -```python +```bash python train.py --batch-size 64 --epochs 100 --gpu 1 ```