"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "10f4486c4474e281b0a3890c7994b8061a43b52e"
Unverified Commit c5d4ff82 authored by Double_V's avatar Double_V Committed by GitHub
Browse files

Merge branch 'dygraph' into fix_doc

parents b480916e 63f3769a
......@@ -131,7 +131,7 @@ if __name__ == '__main__':
if FLAGS.val:
global_config['Eval']['dataset']['label_file_list'] = [FLAGS.val]
eval_label_path = os.path.join(project_path,FLAGS.val)
loss_file(Eval_label_path)
loss_file(eval_label_path)
if FLAGS.dict:
global_config['Global']['character_dict_path'] = FLAGS.dict
dict_path = os.path.join(project_path,FLAGS.dict)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment