提交 7c0cb0c7 编写于 作者: D dongzhihong

"fix ci launch"

上级 68bfc3ff
......@@ -23,7 +23,7 @@ class RowwiseAddGradOpTest(GradientChecker):
"X": np.random.uniform(0.1, 1, [10, 10]).astype("float32"),
"b": np.random.uniform(0.1, 1, [10, 1]).astype("float32")
}
self.check_grad(op, inputs, set("X", "b"), "Out")
self.check_grad(op, inputs, set(["X", "b"]), "Out")
#TODO(dzh): rowwise_grad check
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册