diff options
| author | Boris Fomitchev <bfomitchev@nvidia.com> | 2018-05-08 20:18:10 -0700 |
|---|---|---|
| committer | Boris Fomitchev <bfomitchev@nvidia.com> | 2018-05-08 20:18:10 -0700 |
| commit | 25e205604e7eafa83867a15cfda526461fe58455 (patch) | |
| tree | fcce10851fb0d1627b60cc23100659506f1462bb /scripts | |
| parent | 4ca6b1610f9fa65f8bd7d7c15059bfde18a2f02a (diff) | |
ONNX export is working
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_1024p.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/test_1024p.sh b/scripts/test_1024p.sh index 7526f28..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 $@
+#!/bin/bash +################################ Testing ################################ +# labels only +python test.py --name label2city_1024p --netG local --ngf 32 --resize_or_crop none $@ |
