diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-07-03 17:18:13 -0400 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-07-03 17:18:13 -0400 |
| commit | 233630e79d79901faff420eb0ae481b35d952f97 (patch) | |
| tree | 66b98747d7c0a97b37e2921ecbc378ae994aef35 /scripts/test_pix2pix.sh | |
| parent | 11690eaffc7dcdc0f64267263f5d7a3b4fc735cf (diff) | |
fix instancenorm & batchnorm
Diffstat (limited to 'scripts/test_pix2pix.sh')
| -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 b821878..c6d6b32 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 --dataset_mode aligned --use_dropout +python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --dataset_mode aligned --use_dropout --norm batch |
