summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-04-24 20:19:24 +0200
committerjules@lens <julescarbon@gmail.com>2018-04-24 20:19:24 +0200
commit83e91e0a8effcd20466e56b6ecc3e349bbfa5e0e (patch)
tree377977c1068fa2411ac6b0e7c6da4aa97873ae8b /run.sh
parent9b0d10f357871231bbec06c610363588812216e1 (diff)
updates to tensorflow code and processing additionsHEADmaster
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..51b9082
--- /dev/null
+++ b/run.sh
@@ -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 ..
+