diff options
| -rwxr-xr-x | run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ python test.py \ --which_model_netG unet_256 \ --which_direction AtoB \ --dataset_mode recursive \ - --resize_or_crop nope \ + --loadSize 256 \ + --fineSize 256 \ --norm batch |
