- 22 6月, 2009 1 次提交
-
-
由 Olivier Delalleau 提交于
Updated doc of Module since it was using some syntax for updates that does not seem supported anymore
-
- 21 6月, 2009 6 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 20 6月, 2009 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
Make a version of the code clean. better test of dx,dy
-
由 Frederic Bastien 提交于
-
- 18 6月, 2009 1 次提交
-
-
由 Olivier Delalleau 提交于
-
- 13 6月, 2009 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
set the mode in test_opt_unpack because testing an optimization makes no sense when the optimization is not applied
-
由 James Bergstra 提交于
-
- 12 6月, 2009 1 次提交
-
-
由 James Bergstra 提交于
-
- 11 6月, 2009 7 次提交
-
-
kernels. Modified the list of kernel and image shapes to test in test_conv.py so that test_ConvOpGrad runs under 2 mins.
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 10 6月, 2009 6 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
Now ConvOp.grad always execute unrolled if the option ask him too do so. This was working correctly when the hash code was not comparing the unroll level. When it started to do so, it was unrolling only for a part of the grad.
-
- 09 6月, 2009 7 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
some small correction to my last modif on the ConvOp.grad test. Now the test in float32 work BUT with a tolerance of 0.16!
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 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.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added an option to verify_grad(cast_to_output_type) to force the casting of the output to the same type as the op expect. This is needed to test the ConvOp grad in float32 type. Otherwise it upcast it to float64.
-