提交 cc4f8ba1 authored 作者: Frederic's avatar Frederic

We exclude 32 as a number of input for Elemwise.perform.

上级 5785e4d5
......@@ -5059,10 +5059,10 @@ your code will run correctly, but may be slower.""")
def elemwise_max_input_fct(node):
# The Elemwise.perform use numpy ufunc and they are limited to 32
# The Elemwise.perform use numpy ufunc and they are limited to 31
# inputs.
if not theano.config.cxx:
return 32
return 31
return 1024
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论