Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
e9e85467
提交
e9e85467
authored
2月 26, 2015
作者:
Nicolas Ballas
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
typos
上级
6ce89110
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
install_windows.txt
doc/install_windows.txt
+5
-5
没有找到文件。
doc/install_windows.txt
浏览文件 @
e9e85467
...
@@ -344,13 +344,13 @@ Once the dependencies are installed, you can download and install
...
@@ -344,13 +344,13 @@ Once the dependencies are installed, you can download and install
Theano. We have found that in the long run, the Git install is the
Theano. We have found that in the long run, the Git install is the
most useful, because you can update it with a single ``git pull``
most useful, because you can update it with a single ``git pull``
command. Therefore we recommend it. However, a manual install without
command. Therefore we recommend it. However, a manual install without
G
IT
is also possible.
G
it
is also possible.
Git Install
Git Install
###########
###########
Theano is hosted on GitHub, you need G
IT
to download it. For Windows,
Theano is hosted on GitHub, you need G
it
to download it. For Windows,
download and install the `MSYSGIT <http://msysgit.github.io/>`_ build.
download and install the `MSYSGIT <http://msysgit.github.io/>`_ build.
Open up the `Git Shell` in the directory in which you want to install
Open up the `Git Shell` in the directory in which you want to install
Theano. For the bleeding-edge version execute
Theano. For the bleeding-edge version execute
...
@@ -420,7 +420,7 @@ Create a test file containing:
...
@@ -420,7 +420,7 @@ Create a test file containing:
print "Result difference: %f" % (np.abs(AB-tAB).max(), )
print "Result difference: %f" % (np.abs(AB-tAB).max(), )
Then run it. It should execute without problems and the Theano function
Then run it. It should execute without problems and the Theano function
should run at a speed similar to the regular
nump
y
should run at a speed similar to the regular
NumP
y
multiplication. (Both Numpy and Theano should call the same BLAS
multiplication. (Both Numpy and Theano should call the same BLAS
routine for matrix multiplication)
routine for matrix multiplication)
...
@@ -473,7 +473,7 @@ To use the GPU please write the following configuration file:
...
@@ -473,7 +473,7 @@ To use the GPU please write the following configuration file:
Rerun the simple test file and verify that it runs. Depending on you
Rerun the simple test file and verify that it runs. Depending on you
GPU, the theano function should run on the GPU much faster than the
GPU, the theano function should run on the GPU much faster than the
CPU matrix multiplication performed by
nump
y.
CPU matrix multiplication performed by
NumP
y.
You can also find additional test code and useful GPU tips on the
You can also find additional test code and useful GPU tips on the
:ref:`using_gpu` page.
:ref:`using_gpu` page.
...
@@ -581,7 +581,7 @@ follows:
...
@@ -581,7 +581,7 @@ follows:
the ``OPENBLAS_NUM_THREADS`` environment variable (default behavior is to use
the ``OPENBLAS_NUM_THREADS`` environment variable (default behavior is to use
all available cores).
all available cores).
Here are some performance results on an Intel Core2 Duo 1.86 GHz,
Here are some performance results on an Intel Core2 Duo 1.86 GHz,
compared to using Num
p
y's BLAS or the un-optimized standard BLAS
compared to using Num
P
y's BLAS or the un-optimized standard BLAS
(compiled manually from its source code).
(compiled manually from its source code).
Note that we report here results for GotoBLAS2 which is the ancestor of
Note that we report here results for GotoBLAS2 which is the ancestor of
OpenBLAS (this benchmark still needs to be updated with OpenBLAS results):
OpenBLAS (this benchmark still needs to be updated with OpenBLAS results):
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论