diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-23 04:29:54 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-23 04:29:54 -0700 |
| commit | d5a38496cf624cb110cb292d18e0822b826b61ab (patch) | |
| tree | 12e88625c75ead378e6cbf2b0dee8c2cf09166e2 /README.md | |
| parent | 5bf446e4007f9b1c657c32f817e78437afb35c04 (diff) | |
fix which_direction bug
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |
