- 18 11月, 2016 16 次提交
-
-
由 Frédéric Bastien 提交于
Solve
-
由 Simon Lefrancois 提交于
Add dilated convolution explanation to convolution arithmetic tutorial
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
-
由 Thomas George 提交于
added a blank sandbox/solve.py that just imports solve from slinalg and warns the user that sandbox.solve will soon be deprecated
-
由 Thomas George 提交于
added documentation for solve. I had to add it to doc/.../slinalg.txt as well otherwise the method signature looked ugly in sphinx
-
由 Thomas George 提交于
-
由 Pascal Lamblin 提交于
fixing subtensor.take
-
由 Vincent Dumoulin 提交于
-
由 Vincent Dumoulin 提交于
-
由 Frédéric Bastien 提交于
Small deprecation fix
-
- 17 11月, 2016 13 次提交
-
-
由 Vincent Dumoulin 提交于
-
由 Vincent Dumoulin 提交于
-
由 Frédéric Bastien 提交于
Update TRAVIS config: tests splitted
-
由 Frédéric Bastien 提交于
Fix issue in local_subtensor_incsubtensor
-
由 sentient07 提交于
-
由 Pascal Lamblin 提交于
This fixes an intermittent failure with non-default seed
-
由 Frédéric Bastien 提交于
Adding __props__ to all the Ops that has __init__
-
由 sentient07 提交于
-
由 Frédéric Bastien 提交于
Grammar fix
-
由 notoraptor 提交于
theano/tensor tests splitted aroung theano/tensor/nnet
-
由 Andrés Gottlieb 提交于
-
由 sentient07 提交于
-
由 Pascal Lamblin 提交于
Fix the optim to replace the gradient of log softmax (true_div problem)
-
- 16 11月, 2016 6 次提交
-
-
由 Frédéric Bastien 提交于
noticed that max_and_argmax fails, test + fix
-
由 Frédéric Bastien 提交于
Port opt from the old backend.
-
由 Maxim Kochurov 提交于
-
由 Frédéric Bastien 提交于
AWS Marketplace AMI install doc section
-
由 Arnaud Bergeron 提交于
-
由 notoraptor 提交于
Correction added based on travis validator at http://lint.travis-ci.org/ .
-
- 15 11月, 2016 5 次提交
-
-
由 notoraptor 提交于
Added the installation of nose-exclude plugin for nosetests. This plugin should allow us to exclude folders with `nosetests --exclude-dir=path/to/directory` Tests rewritten to use nose-exclude and to fix some nosetests syntax about file exclusion.
-
由 Chiheb Trabelsi 提交于
-
由 Pascal Lamblin 提交于
This is my proposal for GpuMaxAndArgmax (issue #1399).
-
由 notoraptor 提交于
theano/tensor tests are splitted into: - all theano/tensor tests excluding test_basic - just test_basic `mode=FAST_COMPILE` tests are splitted into: - all tests excluding theano/tensor tests - just theano/tensor tests @nouiz
-
由 AdeB 提交于
-