未验证 提交 37eda2ca 编写于 作者: L lijianshe02 提交者: GitHub

remove fluid code in psgan (#97)

上级 a64f8c82
......@@ -207,7 +207,7 @@ class TNetDown(paddle.nn.Layer):
return out
class GetMatrix(paddle.fluid.dygraph.Layer):
class GetMatrix(paddle.nn.Layer):
def __init__(self, dim_in, dim_out):
super(GetMatrix, self).__init__()
self.get_gamma = nn.Conv2D(dim_in,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册