提交 6a07e716 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Added in doc that numpy+floatX is experimental and subject to change

上级 c05d32ce
...@@ -167,8 +167,10 @@ import theano and print the config variable, as in: ...@@ -167,8 +167,10 @@ import theano and print the config variable, as in:
although it prefers to use float32 numbers instead of float64 when although it prefers to use float32 numbers instead of float64 when
``config.floatX`` is set to 'float32' and the user uses data that is not ``config.floatX`` is set to 'float32' and the user uses data that is not
explicitly typed as float64 (e.g. regular Python floats). explicitly typed as float64 (e.g. regular Python floats).
Note that 'numpy+floatX' currently also behaves differently from numpy in Note that 'numpy+floatX' is not currently behaving exactly as planned (it
the following situations: is a work-in-progress), and thus you should consider it as experimental.
At the moment it behaves differently from numpy in the following
situations:
* Depending on the value of ``config.int_division``, the resulting type * Depending on the value of ``config.int_division``, the resulting type
of a division of integer types with the ``/`` operator may not match of a division of integer types with the ``/`` operator may not match
that of numpy. that of numpy.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论