• Frederic Bastien's avatar
    partial rewrite of the ConvOp grad test. It was not testing in float32… · befb9054
    Frederic Bastien 提交于
    partial rewrite of the ConvOp grad test. It was not testing in float32 correctly. This uncover a bug in the grad in float32. Maybe the bug is in verify_grad. I added an option to verify_grad to help test the float32 case correctly, but we did't can use it by default because it make some test fail. I don't know why.
    befb9054
test_conv.py 20.7 KB