summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d44ec79..fbb538e 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ bash ./datasets/download_cyclegan_dataset.sh maps
```
- Train a model:
```bash
-# ./scripts/train_cyclegan.sh
+#!./scripts/train_cyclegan.sh
python train.py --dataroot ./datasets/maps --name maps_cyclegan --model cycle_gan
```
- To view training results and loss plots, run `python -m visdom.server` and click the URL http://localhost:8097. To see more intermediate results, check out `./checkpoints/maps_cyclegan/web/index.html`