From c8a30663f0473b9068d74030a0251b6a05dd7a3a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 14 May 2019 18:43:14 +0200 Subject: [PATCH] updates --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index 8976d519..ee0559be 100755 --- a/models.py +++ b/models.py @@ -5,7 +5,7 @@ import torch.nn.functional as F from utils.parse_config import * from utils.utils import * -ONNX_EXPORT = True +ONNX_EXPORT = False def create_modules(module_defs):