diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-22 08:15:48 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-22 08:15:48 -0700 |
| commit | 6c347282993d2e2db91b376d3113efa3774c3a22 (patch) | |
| tree | 75ede706fde3f61e73fbb9e7ea9ed6e97aff2a56 /scripts | |
| parent | a7917caaeaefe51db959b8f3ae50a20e726fbd93 (diff) | |
add dropout option for G
Diffstat (limited to 'scripts')
| -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 188050b..f14e7da 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 --align_data --no_lsgan +python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --lambda_A 100 --align_data --no_lsgan --use_dropout |
