提交 47f1031f 编写于 作者: H hedaoyuan

Modify the type of alog parameter.

上级 b5514602
......@@ -50,7 +50,7 @@ bool ExpandConvLayer::init(const LayerMap &layerMap,
.set("paddings", paddings)
.set("strides", strides)
.set("groups", (size_t)groups_[i])
.set("algo", "auto"));
.set("algo", std::string("auto")));
} else {
createFunction(forward_,
!isDeconv_ ? "GemmConv" : "GemmConvGradInput",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册