diff options
Diffstat (limited to 'scripts/test_1024p.sh')
| -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 $@ |
