MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / to_neg_log_sigma

Function to_neg_log_sigma

sat/sgm/modules/diffusionmodules/sampling_utils.py:150–151  ·  view source on GitHub ↗
(sigma)

Source from the content-addressed store, hash-verified

148
149
150def to_neg_log_sigma(sigma):
151 return sigma.log().neg()
152
153
154def to_sigma(neg_log_sigma):

Callers 3

get_variablesMethod · 0.85
get_variablesMethod · 0.85
get_variablesMethod · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected