提交 85642b9b 编写于 作者: T tingsong

fix bug

上级 e8f6b3f1
......@@ -39,7 +39,7 @@ if __name__ == '__main__':
if i < train_point:
out_dir = os.path.join(train_dir, sDir)
elif i < valid_point:
out_dir = os.path.join(valid_dir + sDir)
out_dir = os.path.join(valid_dir, sDir)
else:
out_dir = os.path.join(test_dir, sDir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册