Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UVA-Computer-Vision-Lab/FrameINO
/ zero_module
Function
zero_module
train_code/train_wan_motion.py:594–597 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
592
593
594
def
zero_module(module):
595
for
p in module.parameters():
596
nn.init.zeros_(p)
597
return
module
598
599
600
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected