diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:24:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:24:07 +0200 |
| commit | 03bf65f926114a5430c36222e29f618bdaf4117b (patch) | |
| tree | 242dee06021197abac5d466c7c2cd7046d454290 | |
| parent | 416ba77ed0a97f7604662e313000783a2b3354f5 (diff) | |
testy
| -rw-r--r-- | options/dataset_options.py | 7 | ||||
| -rw-r--r-- | test-mogrify-recursive.sh | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index c0f5978..07221cb 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -59,13 +59,6 @@ class DatasetOptions(BaseOptions): help='scp destination' ) - self.parser.add_argument( - '--experiment', - type=str, - default="", - help='experiment name' - ) - ## IMAGE FILTERS ### RECURSION diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index c75dc2c..464ba39 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -19,13 +19,15 @@ how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ - --experiment "${tag}_sequence" \ + --experiment "${tag}_sequence_more" \ --name pcfade \ --sequence \ --loadSize 256 --fineSize 256 --how_many $how_many \ --model test --which_model_netG unet_256 \ --which_direction BtoA --dataset_mode recursive \ - --recursive --clahe --posterize \ + --recursive --recursive-frac 0.2 \ + --sequence --sequence-frac 0.3 \ + --posterize --norm batch # python test-mogrify.py \ |
