diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:55:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:55:39 +0200 |
| commit | 676c66164629820c21d8a629145add18212713bf (patch) | |
| tree | 19592aba089e956eec42d00aa66085a859e58154 /recursive.sh | |
| parent | 30f065f3a2d8d4dc11c457d271cc622fc30a812b (diff) | |
recursive stuff
Diffstat (limited to 'recursive.sh')
| -rw-r--r-- | recursive.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recursive.sh b/recursive.sh new file mode 100644 index 0000000..d23a3fe --- /dev/null +++ b/recursive.sh @@ -0,0 +1,10 @@ +python test.py \ + --dataroot /home/lens/Desktop/thumbs/woodscaled_4/A/train/frame_0000.png \ + --name woodscaled_4_pix2pix \ + --how_many 1 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --lambda_B 100 \ + --dataset_mode aligned \ + --no_lsgan --norm batch --pool_size 0 |
