This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(mge/test): fix pytest failed issue
GitOrigin-RevId:
96df470406
tags/v1.0.0-rc1
Megvii Engine Team
4 years ago
parent
b9a774dd19
commit
227ec04bd3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
imperative/python/test/integration/test_save_load.py
+ 1
- 0
imperative/python/test/integration/test_save_load.py
View File
@@ -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):
Write
Preview
Loading…
Cancel
Save