"examples/dreambooth/test_dreambooth_sd3.py" did not exist on "30e5e81d58eb9c3979c07e6626bae89c1df8c0e1"
Unverified Commit cd560324 authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

Update program.py

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