- 11 7月, 2013 3 次提交
-
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
print more detailed error message to help fix the test error related to ...
-
由 Frederic 提交于
-
- 10 7月, 2013 8 次提交
-
-
由 Frédéric Bastien 提交于
WIP:Speeding up GpuAdvancedIncSubTensor1 by writing fast Cuda Code
-
由 lamblin 提交于
Add utt.assert_allclose that raise a more informative error.
-
由 Frederic 提交于
This is needed in the Scan tests.
-
由 Frederic 提交于
The numpy.allclose() use a tolerate too high for float32.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This will help remove an error that appear with different seed in the tests.
-
- 09 7月, 2013 12 次提交
-
-
由 lamblin 提交于
Fix tests
-
由 Frédéric Bastien 提交于
Rebase gh-1368
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Frédéric Bastien 提交于
fix for variable size array problem in Windows compiler
-
由 lamblin 提交于
[WIP] Use the new grad interface.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This print the time used for each batch.
-
由 Frederic 提交于
-
由 Frederic 提交于
The old range was causing nan in float32.
-
- 08 7月, 2013 4 次提交
-
-
由 Frederic 提交于
When the output was of size 0, we where returning a numpy ndarray instead of a CudaNdarray. No news, as this is a fix to something new since the last release.
-
由 Frederic 提交于
-
由 Frederic 提交于
Make GpuCrossentropySoftmaxArgmax1HotWithBias and GpuCrossentropySoftmax1HotWithBiasDx work for bigger inputs.
-
由 Frederic 提交于
I don't know if argsort should have a grad defined, so I mark it as not implemented.
-
- 05 7月, 2013 4 次提交
- 04 7月, 2013 2 次提交
- 03 7月, 2013 7 次提交
-
-
由 Frederic 提交于
Fix GpuConv error reporting. The error was raised in the next executed apply node when we detect the input to be None instead of CudaNdarray. this fixes gh-786.
-
由 Frederic 提交于
-
由 Frederic 提交于
It was passing event if it tested the wrong stuff. After fixing it still work correctly.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
It was a set, not it is now a list. This cause problem in the error handling code where we try to get the index in a set. That isn't defined.
-