개정판 7f74c5bd
issue #1366: fix typo
DTI_PID/WebServer/symbol_training/train.py | ||
---|---|---|
67 | 67 |
opt = parser.parse_args() |
68 | 68 |
|
69 | 69 |
if not os.path.isdir(opt.saved_path): |
70 |
os.mkdir(save_dir)
|
|
70 |
os.mkdir(opt.saved_path)
|
|
71 | 71 |
|
72 | 72 |
with open(os.path.join(opt.saved_path, name + "_info.info"), 'w') as stream: |
73 | 73 |
con = str(len(DOFTECH_CLASSES)) |
내보내기 Unified diff