Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
def
to_neg_log_sigma(sigma):
151
return
sigma.log().neg()
152
153
154
def
to_sigma(neg_log_sigma):
Callers
3
get_variables
Method · 0.85
get_variables
Method · 0.85
get_variables
Method · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected