This commit is contained in:
Glenn Jocher 2019-01-03 23:42:07 +01:00
parent cff2a81315
commit 5a7313ca5a
1 changed files with 1 additions and 1 deletions

View File

@ -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):