提交 ed626d81 authored 作者: Frederic Bastien's avatar Frederic Bastien

added some note in the installation instruction about how to run the tests.

上级 6124875b
...@@ -115,6 +115,11 @@ directory; see the `virtualenv documentation`_ for details. ...@@ -115,6 +115,11 @@ directory; see the `virtualenv documentation`_ for details.
If you do not have ``pip`` installed but do have ``easy_install``, you can If you do not have ``pip`` installed but do have ``easy_install``, you can
get ``pip`` by simply typing ``easy_install pip``. get ``pip`` by simply typing ``easy_install pip``.
.. note::
The tests should be run with the ``THEANO_FLAGS``(defined later)
``device=cpu`` (default). Otherwise, it will generate false errors.
.. _distribute: http://packages.python.org/distribute/ .. _distribute: http://packages.python.org/distribute/
.. _setuptools: http://pypi.python.org/pypi/setuptools .. _setuptools: http://pypi.python.org/pypi/setuptools
.. _easy_install: http://packages.python.org/distribute/easy_install.html .. _easy_install: http://packages.python.org/distribute/easy_install.html
...@@ -229,6 +234,11 @@ You can also run them in-place from the Mercurial checkout directory by typing ...@@ -229,6 +234,11 @@ You can also run them in-place from the Mercurial checkout directory by typing
(:ref:`libdoc_config`). For Windows users, you can remove it or see the (:ref:`libdoc_config`). For Windows users, you can remove it or see the
documentation to know how to configure them differently. documentation to know how to configure them differently.
.. note::
The tests should be run with the ``THEANO_FLAGS`` ``device=cpu`` (default).
Otherwise, it will generate false errors.
All tests should pass except those marked as ``KnownFailureTest``. If some All tests should pass except those marked as ``KnownFailureTest``. If some
test fails on your machine, you are encouraged to tell us what went wrong on test fails on your machine, you are encouraged to tell us what went wrong on
the ``theano-users@googlegroups.com`` mailing list. the ``theano-users@googlegroups.com`` mailing list.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论