Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/294coder/Dif-PAN
/ norm
Function
norm
diffusion_engine.py:33–35 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
31
32
33
def
norm(x):
34
# x range is [0, 1]
35
return
x * 2 - 1
36
37
38
def
unorm(x):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected