MCPcopy
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
204class DiscriminatorLoss(nn.Module):

Callers 15

post_process_loopFunction · 0.80
mainFunction · 0.80
classify_top_downMethod · 0.80
classify_left_rightMethod · 0.80
extract_framesFunction · 0.80
get_video_lengthFunction · 0.80
get_video_infoFunction · 0.80
extract_framesFunction · 0.80
interpolation.pyFile · 0.80
load_modelFunction · 0.80
get_world_sizeFunction · 0.80

Calls

no outgoing calls

Tested by 1

read_video_cv2Function · 0.64