- 03 12月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
This change was advocated by Sebastian Urban, who explained: When you use roaming profiles in a domain environment the contents of the user profile directory C:\user\xxx are transferred (copied) from a file server at login. Login will become slow when many temporary files are stored in this directory. Therefore they should be stored in C:\user\xxx\appdata\local because this directory is not synchronized with a file server. theanorc can stay where it is, because it should roam with the user profile. This commit actually changes `config.home` rather than `config.base_compiledir`, because it is likely that if Theano ever wants to save more data files (in addition to compiled C modules), the same remark would apply. At the same time, `config.home` is being changed to be the home directory for Theano files, rather than the user home directory. It was not used anywhere in Theano except to define the location of the compilation directory, so there was no reason to keep a pointer to the user home directory while moving the Theano compiled files to another location. In order for this change to be safe, an error is raised if a user attempts to redefine `config.home` without also changing the location of the compilation directory. Otherwise, Theano files would be compiled in the parent of the intended folder (if the user is not aware of this change). Finally, note that currently, having both `config.home` and `config.base_compiledir` is redundant, since `home` is only used to define the default value of `base_compiledir`. So we could just decide to get rid of `home`.
-
- 02 12月, 2011 20 次提交
-
-
由 Valentin Bisson 提交于
SpSum Op: pep8'ified, perform rolled back to basic (clearer/safer) implementation, and some prints remnoved from tests.
-
由 Valentin Bisson 提交于
-
由 Valentin Bisson 提交于
-
由 Valentin Bisson 提交于
Conflicts: theano/sparse/sandbox/test_sp.py
-
由 Valentin Bisson 提交于
Conflicts: theano/sparse/sandbox/test_sp.py
-
由 nouiz 提交于
Updated instructions for GPU on Windows
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Make theano-cache being installed by easy_install and be present in the ...
-
由 nouiz 提交于
Minor fixes to doc
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
added verbose error message for function missing input
-
由 goodfeli 提交于
implementation of Rop for the Print op
-
由 nouiz 提交于
Some fixes tests scan
-
由 nouiz 提交于
removed debugging code
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
That line forced scan not to run with CVM .. and it was part of some debugging I did on scan
-
由 Razvan Pascanu 提交于
The infershape mechanism differs for the two different type of outputs scan can have (those with no initial state and those with initial state)
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 01 12月, 2011 8 次提交
-
-
由 nouiz 提交于
Infershape cond scan
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic 提交于
try to fix ticket 101, but we need to test it when we make the release
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
test the inplace optimization for ifelse
-
- 30 11月, 2011 11 次提交
-
-
由 Guillaume Desjardins 提交于
failed with floatX=float32.
-
由 Guillaume Desjardins 提交于
-
由 Guillaume Desjardins 提交于
-
由 Guillaume Desjardins 提交于
* gradient now supports non-diagonal inputs * ExtractDiag won't crash if input has some 0-dimensions
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Using new variable comparison mechanism in tests
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
-