summaryrefslogtreecommitdiff
path: root/train.sh
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-04-18 12:35:19 +0200
committerjules@lens <julescarbon@gmail.com>2018-04-18 12:35:19 +0200
commitd7ed19821513928670114ac18338ff3374ef49c4 (patch)
tree05394bf708ad03283834e8fcd3a6ea802e82aad2 /train.sh
parent1fd836eb35924e9771253ad6fa8f74ed16a62f0b (diff)
fix opencv bug
Diffstat (limited to 'train.sh')
-rwxr-xr-xtrain.sh10
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
+