Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/point-e
/ get_sigmas
Method
get_sigmas
point_e/diffusion/gaussian_diffusion.py:198–199 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
196
)
197
198
def
get_sigmas(self, t):
199
return
_extract_into_tensor(self.sqrt_recipm1_alphas_cumprod, t, t.shape)
200
201
def
q_mean_variance(self, x_start, t):
202
""
"
Callers
nothing calls this directly
Calls
1
_extract_into_tensor
Function · 0.85
Tested by
no test coverage detected