Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alipay/RGSL
/ re_normalization
Function
re_normalization
lib/utils.py:5–7 ·
view source on GitHub ↗
(x, mean, std)
Source
from the content-addressed store, hash-verified
3
4
5
def
re_normalization(x, mean, std):
6
x = x * std + mean
7
return
x
8
9
10
def
max_min_normalization(x, _max, _min):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected