MCPcopy Create free account
hub / github.com/QWTforGithub/T2LDM / universal_scalling

Function universal_scalling

models/T2LDM.py:313–314  ·  view source on GitHub ↗
(s_feat, s_factor=2 ** (-0.5))

Source from the content-addressed store, hash-verified

311
312# ---- ScaleLong ----
313def universal_scalling(s_feat, s_factor=2 ** (-0.5)):
314 return s_feat * s_factor
315
316
317def exponentially_scalling(s_feat, k=0.8, i=1):

Callers 2

n_denosingMethod · 0.85
l_controlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected