提交 0ff48986 authored 作者: slefrancois's avatar slefrancois

correct python versions in doc

上级 e32f4834
...@@ -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)"`
......
...@@ -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}
...@@ -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_p3.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_python3,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}
...@@ -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
---------------------------------- ----------------------------------
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论