minor tweaks

add_depthwiseConv_op_gpu
Xi Chen 7 years ago
parent b1f24660bf
commit cadb95fbeb

@ -58,6 +58,5 @@ else:
fetch_list=[avg_cost])
if avg_loss_value[0] < 10.0:
exit(
0) # if avg cost less than 10.0, we think our code is good.
exit(0)
exit(1)

Loading…
Cancel
Save