Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ spectral_norm
Function
spectral_norm
inpaint/networks.py:497–501 ·
view source on GitHub ↗
(module, mode=True)
Source
from the content-addressed store, hash-verified
495
496
497
def
spectral_norm(module, mode=True):
498
if
mode:
499
return
nn.utils.spectral_norm(module)
500
501
return
module
Callers
3
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected