This commit is contained in:
Glenn Jocher 2019-02-19 19:01:31 +01:00
parent 9c96e7b6cd
commit f07dd72a09
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.parse_config import *
from utils.utils import * from utils.utils import *
ONNX_EXPORT = True ONNX_EXPORT = False
def create_modules(module_defs): def create_modules(module_defs):