diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,26 +1,29 @@ -dataset="randomcrops100k" +dataset="randomcrops5k" -/home/lens/Desktop/dataset-random.pl - -python datasets/combine_A_and_B.py \ - --fold_A "/home/lens/Desktop/thumbs/$dataset/A" \ - --fold_B "/home/lens/Desktop/thumbs/$dataset/B" \ - --fold_AB "./datasets/$dataset/" +#/home/lens/Desktop/dataset-random.pl +# +#python datasets/combine_A_and_B.py \ +# --fold_A "/home/lens/Desktop/thumbs/$dataset/A" \ +# --fold_B "/home/lens/Desktop/thumbs/$dataset/B" \ +# --fold_AB "./datasets/$dataset/" python train.py \ --dataroot "./datasets/$dataset" \ --name "$dataset" \ --model pix2pix \ + --loadSize 256 \ + --fineSize 256 \ --which_model_netG unet_256 \ --which_direction AtoB \ --lambda_B 100 \ --dataset_mode aligned \ + --continue_train \ --no_lsgan --norm batch --pool_size 0 python test.py \ --dataroot "/home/lens/Desktop/thumbs/$dataset/A/train/" \ --name "$dataset" \ - --start_img "/home/lens/Desktop/thumbs/$dataset/A/train/frame_0000.png" \ + --start_img "/home/lens/Desktop/thumbs/$dataset/A/train/frame_1001.png" \ --how_many 2000 \ --model test \ --aspect_ratio 1.777777 \ |
