Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ forward
Method
forward
sat/sgm/modules/autoencoding/temporal_ae.py:275–276 ·
view source on GitHub ↗
(self, input: torch.Tensor, **kwargs)
Source
from the content-addressed store, hash-verified
273
274
class
Conv2DWrapper(torch.nn.Conv2d):
275
def
forward(self, input: torch.Tensor, **kwargs) -> torch.Tensor:
276
return
super().forward(input)
277
278
279
class
VideoDecoder(Decoder):
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected