diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-07-19 17:15:31 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-07-19 17:15:31 -0700 |
| commit | d0cb4094e94065316a756c40f1aaa2667a9ccfe8 (patch) | |
| tree | 6ea850bb46fa5b2452be9ba8f476f0817eddf588 /scripts/train_pix2pix.sh | |
| parent | 9d4e8ce330cbbedeec478586f0e5398ad3205f94 (diff) | |
update README (use_dropout -> no_dropout)
Diffstat (limited to 'scripts/train_pix2pix.sh')
| -rw-r--r-- | scripts/train_pix2pix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/train_pix2pix.sh b/scripts/train_pix2pix.sh index 88031dd..ffe8dbf 100644 --- a/scripts/train_pix2pix.sh +++ b/scripts/train_pix2pix.sh @@ -1 +1 @@ -python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --lambda_A 100 --dataset_mode aligned --no_lsgan --use_dropout --norm batch +python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --lambda_A 100 --dataset_mode aligned --no_lsgan --norm batch |
