This commit is contained in:
Glenn Jocher 2019-02-18 17:47:30 +01:00
parent 8de043980a
commit fa0cbca69a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,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):