From 52783c6e0bdeccada2a7e24dfe65d857f667312e Mon Sep 17 00:00:00 2001 From: LutaoChu <30695251+LutaoChu@users.noreply.github.com> Date: Thu, 12 Sep 2019 23:26:46 +0800 Subject: [PATCH] Update local_test_cityscapes.py --- test/local_test_cityscapes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/local_test_cityscapes.py b/test/local_test_cityscapes.py index 051faaa1..cff6a993 100644 --- a/test/local_test_cityscapes.py +++ b/test/local_test_cityscapes.py @@ -50,7 +50,7 @@ if __name__ == "__main__": dest="devices", help="GPU id of running. if more than one, use spacing to separate.", nargs="+", - default=0, + default=[0], type=int) args = parser.parse_args() -- GitLab