提交 d4223528 编写于 作者: S SunAhong1993

fix the create_param

上级 f1f98f81
......@@ -33,9 +33,9 @@ class GraphOptimizer(object):
self.passes = ["static_bn_scale_fuse_pass"]
elif source_frame == "tf":
self.passes = [
# "dygraph_conv2d_add_fuse_pass",
# "dygraph_tf_batchnorm_fuse_pass",
# "transpose_eliminate_pass"
"dygraph_conv2d_add_fuse_pass",
"dygraph_tf_batchnorm_fuse_pass",
"transpose_eliminate_pass"
]
else:
# TODO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册