MCPcopy Create free account
hub / github.com/aim-uofa/Framer / zero_module

Function zero_module

models_diffusers/controlnet_svd.py:785–788  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

783
784
785def zero_module(module):
786 for p in module.parameters():
787 nn.init.zeros_(p)
788 return module

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected