提交 227ec04b 编写于 作者: M Megvii Engine Team

fix(mge/test): fix pytest failed issue

GitOrigin-RevId: 96df4704065fc2153770577e9ca54fd432f6b328
上级 b9a774dd
......@@ -9,6 +9,7 @@ from megengine.module import Module
class Simple(Module):
def __init__(self):
super().__init__()
self.a = Parameter(1.23, dtype=np.float32)
def forward(self, x):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册