summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjunyanz <junyanz@berkeley.edu>2017-04-23 04:29:54 -0700
committerjunyanz <junyanz@berkeley.edu>2017-04-23 04:29:54 -0700
commitd5a38496cf624cb110cb292d18e0822b826b61ab (patch)
tree12e88625c75ead378e6cbf2b0dee8c2cf09166e2 /README.md
parent5bf446e4007f9b1c657c32f817e78437afb35c04 (diff)
fix which_direction bug
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 4bb1595..abccd2f 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix
- Test the model (`bash ./scripts/test_pix2pix.sh`):
```bash
#!./scripts/test_pix2pix.sh
-python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --align_data
+python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --align_data --use_dropout
```
The test results will be saved to a html file here: `./results/facades_pix2pix/latest_val/index.html`.