提交 9f7b668f authored 作者: Faruk Ahmed's avatar Faruk Ahmed

flake8

上级 5d109a9e
......@@ -763,8 +763,8 @@ def split_inputs(inputs, max_nb_inputs, op):
"""
For some ops like add and mul, a large number of inputs can make nvcc fail
compilation of our current code. We don't want node in the graph that can't
execute as this break DebugMode.
execute as this break DebugMode.
This should not happen for other GpuElemwise as their is only the fusion
that can generate op with too much input and it check for that.
......@@ -774,7 +774,7 @@ def split_inputs(inputs, max_nb_inputs, op):
max_nb_inputs: Maximum nummber of inputs the node can handle without
compilation fail.
op : Theano operator instance.
Operator that should be used to rebuild the computation graph with smaller
number of inputs per node.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论