提交 570cbaf2 authored 作者: nouiz's avatar nouiz

Merge pull request #844 from nouiz/small_fix

small fix following code review.
...@@ -747,9 +747,9 @@ pip is not included in EPD, but you can simply install it with:: ...@@ -747,9 +747,9 @@ pip is not included in EPD, but you can simply install it with::
Alternative: Anaconda 0.8.3 (Linux VM on Windows) Alternative: Anaconda 0.8.3 (Linux VM on Windows)
################################################# #################################################
ContinuumIO_ provide a free Windows VM with Theano install. The VM is the CentOS6.2 64 bit OS. ContinuumIO_ provides a free Windows VM with Theano install. The VM is the CentOS6.2 64 bit OS.
- If you havan't a VMWare software install VMWare player(free): http://www.vmware.com/products/player/ - If you do not have VMWare installed, install VMWare player(free): http://www.vmware.com/products/player/
- Download the VM: http://continuum.io/downloads.html - Download the VM: http://continuum.io/downloads.html
- Follow the instruction on the ContinuumIO website to start the VM - Follow the instruction on the ContinuumIO website to start the VM
- Configure Theano by executing this: - Configure Theano by executing this:
......
...@@ -95,6 +95,7 @@ def main(stdout=None, stderr=None, argv=None, theano_nose=None, ...@@ -95,6 +95,7 @@ def main(stdout=None, stderr=None, argv=None, theano_nose=None,
path = os.path.join(path, 'bin', 'theano-nose') path = os.path.join(path, 'bin', 'theano-nose')
if os.path.exists(path): if os.path.exists(path):
theano_nose = path theano_nose = path
break
if theano_nose is None: if theano_nose is None:
raise Exception("Not able to find theano_nose") raise Exception("Not able to find theano_nose")
if batch_size is None: if batch_size is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论