diff options
| author | jules <jules@asdf.us> | 2018-05-09 21:23:10 +0200 |
|---|---|---|
| committer | jules <jules@asdf.us> | 2018-05-09 21:23:10 +0200 |
| commit | 06e7bea3951a223fff7d0432e5489e4b672d6428 (patch) | |
| tree | 83a46617084a204d3a2d0f29431e171ecbb3bc05 | |
| parent | 70cbf455566a2302353ce1951154f97c8007c345 (diff) | |
run flow dataset
| -rw-r--r-- | .gitignore | 2 | ||||
| -rwxr-xr-x | run-flow.sh | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -42,3 +42,5 @@ test/data/legacy_serialized.pt *~ .idea recursive/ +*.swp + diff --git a/run-flow.sh b/run-flow.sh index 858be31..3f650dc 100755 --- a/run-flow.sh +++ b/run-flow.sh @@ -6,7 +6,7 @@ dataset="woodflowfixed" # --fold_A "$HOME/Desktop/thumbs/$dataset/A" \ # --fold_B "$HOME/Desktop/thumbs/$dataset/B" \ # --fold_AB "./datasets/$dataset/" -# + python train.py \ --dataroot "./datasets/$dataset" \ --name "$dataset" \ @@ -17,11 +17,10 @@ python train.py \ --which_direction AtoB \ --lambda_B 100 \ --dataset_mode aligned \ + --continue_train \ + --which_epoch latest \ --no_lsgan --norm batch --pool_size 0 -# --continue_train \ -# --which_epoch latest \ - #python canny-cv.py \ # --dataroot /home/ubuntu/Desktop/thumbs/wood/B/train/ \ # --name woodcanny \ |
