reset pass num to 1

revert-3824-remove_grad_op_type
qiaolongfei 8 years ago
parent 721b5020fa
commit 787cb8ce5d

@ -223,7 +223,7 @@ def test(cost_name):
sum(error) / float(len(error)))) sum(error) / float(len(error))))
PASS_NUM = 10 PASS_NUM = 1
init_net.run(scope, dev_ctx) init_net.run(scope, dev_ctx)
for pass_id in range(PASS_NUM): for pass_id in range(PASS_NUM):

Loading…
Cancel
Save