Remove default_output attribute from CTC Op's properties

上级 81d88f26
......@@ -27,7 +27,7 @@ class GpuConnectionistTemporalClassification(gof.COp):
compute_grad
If set to True, enables the computation of gradients of the CTC loss function.
"""
__props__ = ('compute_grad', 'default_output',)
__props__ = ('compute_grad',)
_cop_num_inputs = 3
_cop_num_outputs = 2
......
......@@ -108,7 +108,7 @@ class ConnectionistTemporalClassification(gof.COp, gof.OpenMPOp):
compute_grad
If set to True, enables the computation of gradients of the CTC loss function.
"""
__props__ = ('compute_grad', 'default_output',)
__props__ = ('compute_grad',)
_cop_num_inputs = 3
_cop_num_outputs = 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论