Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TencentARC/AnimeGamer
/ get_input
Method
get_input
VDM_Decoder/diffusion_video.py:210–211 ·
view source on GitHub ↗
(self, batch)
Source
from the content-addressed store, hash-verified
208
return
loss, loss_dict
209
210
def
get_input(self, batch):
211
return
batch[self.input_key].to(self.dtype)
212
213
@torch.no_grad()
214
def
decode_first_stage(self, z):
Callers
2
shared_step
Method · 0.95
log_video
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected