- 22 8月, 2016 2 次提交
-
-
由 Frédéric Bastien 提交于
Fix abstractconv_grad dilation and enable border_mode tests
-
由 Frédéric Bastien 提交于
add ddof to var and std, apply Fred-fix to opt
-
- 20 8月, 2016 2 次提交
-
-
由 Pascal Lamblin 提交于
Ignore more frequently the mrg rng state in the old back-end.
-
由 Frederic Bastien 提交于
-
- 19 8月, 2016 1 次提交
-
-
由 Pascal Lamblin 提交于
Grad assert
-
- 18 8月, 2016 15 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
scan/scan_op: Convert known_grads to OrderedDict
-
由 Gijs van Tulder 提交于
This fixes a typo in bbc749ab, which would give problems with non-symmetric filter dilations for border_modes full or half. (This error was only visible in the debug mode.) This commit also fixes the test, which previously would not actually test different border_modes, but would always use the same default. Finally, this commit adds border_mode = "half" to the tests.
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
jenkins test print commands
-
由 Frédéric Bastien 提交于
More fixes for Jenkins
-
由 abergeron 提交于
Pre cleanup
-
由 Frédéric Bastien 提交于
Remove useless reshape
-
由 abergeron 提交于
Add device in the compiledir_format
-
由 Frédéric Bastien 提交于
Fix #4809
-
由 slefrancois 提交于
-
由 Ozan Çağlayan 提交于
This was probably causing a different order of operation during gradient computation in scan for each run. With this fix I'm able to finally reproduce results on my RNN system.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 17 8月, 2016 15 次提交
-
-
由 Jonas Degrave 提交于
Fix issue #4809
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Handle filter_dilation in the abstractconv_grad* perform methods
-
由 Frédéric Bastien 提交于
Fix jenkins
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
We have to make the distinction between Op types in the original and optimized graph
-
由 Pascal Lamblin 提交于
That way it can work with @parameterized and GPU
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
The tolerances are just a starting point, we may need to adjust them later.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
jenkins: explicit python paths and group all gpu tests together
-
由 Frederic Bastien 提交于
-
由 slefrancois 提交于
-
由 Frédéric Bastien 提交于
Add tensor5, dtensor5 etc.
-
由 Frederic Bastien 提交于
-
- 16 8月, 2016 5 次提交
-
-
由 Gijs van Tulder 提交于
-
由 Gijs van Tulder 提交于
-
由 Francesco 提交于
* Installation documentation refactor * Remove the extra install links from the homepage * Restore pics * Rename css extension to suppress warning * Fix install is not a toctree so is not indexed * Fix multiple labels with same name * Fix stdint.h link * Remove reference to old GCC download instructions * Fix colors * Fix installation instructions * Fix troubleshooting * Fix broken link in dev_start_guide * Prevent doc generation script from using GPUs * Add numpy and scipy max version * Remove Canopy references * Fix script fails if THEANO_FLAGS is not set * Add warning for deprecation of the old backend + minor changes * Default env_th_flags should be an empty string * Remove PYTHONPATH reference from doc, add libgpuarray options first * Add static link to the dev installation instructions * Fix syntax of link
-
由 Frédéric Bastien 提交于
Allow indexing using Ellipsis.
-
由 Frédéric Bastien 提交于
sandbox/cuda: Fix crossentropy typos
-