summaryrefslogtreecommitdiff
path: root/scripts/test_1024p.sh
diff options
context:
space:
mode:
authorTing-Chun Wang <tcwang0509@berkeley.edu>2018-05-30 22:39:01 -0700
committerGitHub <noreply@github.com>2018-05-30 22:39:01 -0700
commita2340c3fff9de44c8ef1fea5b90fced756fbbb18 (patch)
tree39f3c05c80a94d721ec6fed0f0da65ecbc3bc603 /scripts/test_1024p.sh
parent1b89cd010dce2e6edaa07d23c8edd8dfe146e0e1 (diff)
parent25e205604e7eafa83867a15cfda526461fe58455 (diff)
Merge pull request #33 from borisfom/fp16
Added data size and ONNX export options, FP16 inference is working
Diffstat (limited to 'scripts/test_1024p.sh')
-rwxr-xr-xscripts/test_1024p.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/test_1024p.sh b/scripts/test_1024p.sh
index 99c1e24..319803c 100755
--- a/scripts/test_1024p.sh
+++ b/scripts/test_1024p.sh
@@ -1,3 +1,4 @@
-################################ Testing ################################
-# labels only
-python test.py --name label2city_1024p --netG local --ngf 32 --resize_or_crop none \ No newline at end of file
+#!/bin/bash
+################################ Testing ################################
+# labels only
+python test.py --name label2city_1024p --netG local --ngf 32 --resize_or_crop none $@