提交 68514c40 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed a bug in a connection_pattern

上级 e54d7144
...@@ -716,7 +716,7 @@ class CrossentropySoftmaxArgmax1HotWithBias(gof.Op): ...@@ -716,7 +716,7 @@ class CrossentropySoftmaxArgmax1HotWithBias(gof.Op):
return [[True,True,True],#x return [[True,True,True],#x
[True,True,True],#b [True,True,True],#b
[True,True,False]]#y_idx [False,False,True]]#y_idx
def grad(self, inp, grads): def grad(self, inp, grads):
x, b, y_idx = inp x, b, y_idx = inp
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论