Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
0ff48986
提交
0ff48986
authored
9月 22, 2016
作者:
slefrancois
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
correct python versions in doc
上级
e32f4834
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
jenkins_buildbot_python2.sh
.jenkins/jenkins_buildbot_python2.sh
+1
-1
jenkins_buildbot_python2_32bit.sh
.jenkins/jenkins_buildbot_python2_32bit.sh
+1
-1
jenkins_buildbot_python3.sh
.jenkins/jenkins_buildbot_python3.sh
+1
-1
faq.txt
doc/faq.txt
+1
-1
metadocumentation.txt
doc/internal/metadocumentation.txt
+1
-1
没有找到文件。
.jenkins/jenkins_buildbot_python2.sh
浏览文件 @
0ff48986
...
@@ -15,7 +15,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
...
@@ -15,7 +15,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
echo
echo
echo
echo
BASE_COMPILEDIR
=
$WORKSPACE
/compile/theano_compile_dir_theano
BASE_COMPILEDIR
=
$WORKSPACE
/compile/theano_compile_dir_theano
_python2
ROOT_CWD
=
$WORKSPACE
/nightly_build
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
...
...
.jenkins/jenkins_buildbot_python2_32bit.sh
浏览文件 @
0ff48986
...
@@ -15,4 +15,4 @@ echo
...
@@ -15,4 +15,4 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
set
-x
set
-x
PYTHONPATH
=
$HOME
/anaconda2_32bit/lib/python2.7/site-packages
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$WORKSPACE
/compile/theano_compile_dir_theano32bit,blas.ldflags
=
$HOME
/anaconda2_32bit/bin/python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
PYTHONPATH
=
$HOME
/anaconda2_32bit/lib/python2.7/site-packages
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$WORKSPACE
/compile/theano_compile_dir_theano
_python2_
32bit,blas.ldflags
=
$HOME
/anaconda2_32bit/bin/python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
.jenkins/jenkins_buildbot_python3.sh
浏览文件 @
0ff48986
...
@@ -16,4 +16,4 @@ echo
...
@@ -16,4 +16,4 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_tests.xml
set
-x
set
-x
PYTHONPATH
=
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$WORKSPACE
/compile/theano_compile_dir_theano_p
3.3.0
,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
0.5,on_opt_error
=
raise,on_shape_error
=
raise python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
PYTHONPATH
=
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$WORKSPACE
/compile/theano_compile_dir_theano_p
ython3
,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
0.5,on_opt_error
=
raise,on_shape_error
=
raise python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
doc/faq.txt
浏览文件 @
0ff48986
...
@@ -8,7 +8,7 @@ Frequently Asked Questions
...
@@ -8,7 +8,7 @@ Frequently Asked Questions
Does Theano support Python 3?
Does Theano support Python 3?
------------------------------
------------------------------
We support both Python 2 >= 2.
6
and Python 3 >= 3.3.
We support both Python 2 >= 2.
7
and Python 3 >= 3.3.
Output slight numerical difference
Output slight numerical difference
----------------------------------
----------------------------------
...
...
doc/internal/metadocumentation.txt
浏览文件 @
0ff48986
...
@@ -119,7 +119,7 @@ The nightly build/tests process
...
@@ -119,7 +119,7 @@ The nightly build/tests process
We use the Jenkins software to run daily buildbots for Theano, libgpuarray and
We use the Jenkins software to run daily buildbots for Theano, libgpuarray and
the Deep Learning Tutorials. Jenkins downloads/updates the repos and then runs their test
the Deep Learning Tutorials. Jenkins downloads/updates the repos and then runs their test
scripts. Those scripts test the projects under various condition.
scripts. Those scripts test the projects under various condition.
Jenkins also run some tests in 32 bit Python 2.7 and Python 3.
5
for Theano.
Jenkins also run some tests in 32 bit Python 2.7 and Python 3.
4
for Theano.
The output is emailed automatically to the `theano-buildbot`_ mailing list. The
The output is emailed automatically to the `theano-buildbot`_ mailing list. The
jenkins log and test reports are published online:
jenkins log and test reports are published online:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论