Unverified Commit af874033 authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

fix the assignment of a var

parent cd560324
......@@ -394,8 +394,9 @@ def preprocess():
startup_program = fluid.Program()
train_program = fluid.Program()
contain_det = False
if alg in ['EAST', 'DB']:
contain_det = True
train_alg_type = 'det'
else:
train_alg_type = 'rec'
return startup_program, train_program, place, config, contain_det
return startup_program, train_program, place, config, train_alg_type
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