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(traced_module): fix tensor node init
GitOrigin-RevId:
bdd8259ce7
release-1.7
Megvii Engine Team
“wenjuan”
3 years ago
parent
605836a70f
commit
fefd4f0928
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
imperative/python/megengine/traced_module/node.py
+ 1
- 1
imperative/python/megengine/traced_module/node.py
View File
@@ -231,7 +231,7 @@ class TensorNode(Node):
):
super().__init__(expr, name, qualname)
self._shape = shape
self._dtype =
sha
pe
self._dtype =
dty
pe
self._qparams = qparams
def __getstate__(self):
Write
Preview
Loading…
Cancel
Save