Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UVA-Computer-Vision-Lab/FrameINO
/ forward
Method
forward
architecture/autoencoder_kl_wan.py:216–217 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
214
""
"
215
216
def
forward(self, x):
217
return
super().forward(x.float()).type_as(x)
218
219
220
class
WanResample(nn.Module):
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected