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_cogvideox_motion.py:500–503 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
498
499
500
def
zero_module(module):
501
for
p in module.parameters():
502
nn.init.zeros_(p)
503
return
module
504
505
506
def
main(config, args):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected