diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:36:48 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:36:48 +0200 |
| commit | 30f065f3a2d8d4dc11c457d271cc622fc30a812b (patch) | |
| tree | 4bfe7370480eba4032bc2952e22688aa47071cac /train.sh | |
| parent | 07fa49cff8f20bb8e3b7dd785464e79e21e0dd8e (diff) | |
| parent | d7ed19821513928670114ac18338ff3374ef49c4 (diff) | |
Merge branch 'master' of ghghgh.us:pix2pix
Diffstat (limited to 'train.sh')
| -rwxr-xr-x | train.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/train.sh b/train.sh new file mode 100755 index 0000000..754f4ce --- /dev/null +++ b/train.sh @@ -0,0 +1,10 @@ +python train.py \ + --dataroot ./datasets/woodscaled_4 \ + --name woodscaled_4_pix2pix \ + --model pix2pix \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --lambda_B 100 \ + --dataset_mode aligned \ + --no_lsgan --norm batch --pool_size 0 + |
