rename a var

This commit is contained in:
shaohua.zhang 2020-07-21 13:59:02 +08:00 committed by GitHub
parent 91df2b6448
commit 5f13f6e08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,6 +117,6 @@ def test_reader():
if __name__ == '__main__':
startup_program, train_program, place, config, isContain_det = program.preprocess()
startup_program, train_program, place, config, contain_det = program.preprocess()
main()
# test_reader()