From 88804cad3bc5107676cb614720827dfa05ea47a5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 10 Jan 2019 10:32:39 +0100 Subject: [PATCH] Update models.py --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index c9e12d4e..8090b903 100755 --- a/models.py +++ b/models.py @@ -5,7 +5,7 @@ import torch.nn as nn from utils.parse_config import * from utils.utils import * -ONNX_EXPORT = True +ONNX_EXPORT = False def create_modules(module_defs):