This commit is contained in:
Glenn Jocher 2019-02-17 18:04:23 +01:00
parent e919635564
commit 03685866fd
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):