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 /scripts | |
| parent | 5bf446e4007f9b1c657c32f817e78437afb35c04 (diff) | |
fix which_direction bug
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/test_pix2pix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_pix2pix.sh b/scripts/test_pix2pix.sh index d5c2960..0d19934 100644 --- a/scripts/test_pix2pix.sh +++ b/scripts/test_pix2pix.sh @@ -1 +1 @@ -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 |
