Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hpcaitech/Open-Sora
/ get
Method
get
opensora/models/vae/losses.py:200–201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
self.ema_fake = self.ema_fake * self.decay + ema_fake * (1 - self.decay)
199
200
def
get(self):
201
return
self.ema_real, self.ema_fake
202
203
204
class
DiscriminatorLoss(nn.Module):
Callers
15
post_process_loop
Function · 0.80
main
Function · 0.80
classify_top_down
Method · 0.80
classify_left_right
Method · 0.80
extract_frames
Function · 0.80
get_video_length
Function · 0.80
get_video_info
Function · 0.80
extract_frames
Function · 0.80
interpolation.py
File · 0.80
get_input_video_from_path
Function · 0.80
load_model
Function · 0.80
get_world_size
Function · 0.80
Calls
no outgoing calls
Tested by
1
read_video_cv2
Function · 0.64