diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-20 04:37:12 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-20 04:37:12 -0700 |
| commit | 2d4b9bf9149126d20237dc357a8c23294273e91b (patch) | |
| tree | 2df00ed9941fcfec08d478500ba473f16a0965ee /scripts/train_pix2pix.sh | |
| parent | dee4a6844d464252f198e3a64ab7e919d5ded13a (diff) | |
make visdom default & add no_html & update scripts
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 b96517b..188050b 100644 --- a/scripts/train_pix2pix.sh +++ b/scripts/train_pix2pix.sh @@ -1 +1 @@ -python train.py --dataroot=./datasets/facades --name facades_pix2pix --which_model_netG unet_256 --loadSize 286 --fineSize 256 --model pix2pix --align_data --which_direction BtoA --save_epoch_freq 25 +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 |
