fix sample code in density prior box

paddle_tiny_install
ruri 7 years ago committed by GitHub
parent 81ef8b7f8f
commit 3706ea67f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1874,7 +1874,7 @@ def density_prior_box(input,
clip=True,
flatten_to_2d=True)
place = fluid.CPUPlace()
place = fluid.CPUPlace()
exe = fluid.Executor(place)
exe.run(fluid.default_startup_program())

Loading…
Cancel
Save