"docs/en/vscode:/vscode.git/clone" did not exist on "f256abffd38e848211c208ac706a2e35b1ac2e94"
Unverified Commit 5f13f6e0 authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

rename a var

parent 91df2b64
...@@ -117,6 +117,6 @@ def test_reader(): ...@@ -117,6 +117,6 @@ def test_reader():
if __name__ == '__main__': if __name__ == '__main__':
startup_program, train_program, place, config, isContain_det = program.preprocess() startup_program, train_program, place, config, contain_det = program.preprocess()
main() main()
# test_reader() # test_reader()
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