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 /run.sh | |
| parent | 9b0d10f357871231bbec06c610363588812216e1 (diff) | |
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +cd Code + +python avg_runner.py \ + --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 .. + |
