Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buaacxf/VIPTR
/ forward
Method
forward
modules/VIPTRv2.py:940–942 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
938
)
939
940
def
forward(self, x):
941
x = self.proj(x).permute(0, 2, 3, 1).contiguous()
942
return
x
943
944
945
class
VIPTRNet(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected