提交 cdc4df3c 编写于 作者: M MRXLT

fix bug

上级 8fde2059
......@@ -62,5 +62,5 @@ def predict_multi_thread(p_num):
if __name__ == '__main__':
conf_file = sys.argv[1]
data_file = sys.argv[2]
p_num = sys.argv[3]
p_num = int(sys.argv[3])
predict_multi_thread(p_num)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册