diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-04-24 20:19:24 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-04-24 20:19:24 +0200 |
| commit | 83e91e0a8effcd20466e56b6ecc3e349bbfa5e0e (patch) | |
| tree | 377977c1068fa2411ac6b0e7c6da4aa97873ae8b /recursive.sh | |
| parent | 9b0d10f357871231bbec06c610363588812216e1 (diff) | |
Diffstat (limited to 'recursive.sh')
| -rwxr-xr-x | recursive.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recursive.sh b/recursive.sh new file mode 100755 index 0000000..304e8c1 --- /dev/null +++ b/recursive.sh @@ -0,0 +1,13 @@ +cd Code + +python avg_runner.py \ + --test_only \ + --recursions 16 \ + --name=woodclips \ + --load_path=/home/lens/code/Adversarial_Video_Generation/Save/Models/woodclipsmodel.ckpt-60000 \ + --test_dir=/home/lens/code/Adversarial_Video_Generation/Data/WoodFlat/ + +# --train_dir=../Data/WoodFlat/ \ + +cd .. + |
