Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buaacxf/VIPTR
/ forward
Method
forward
modules/VIPTRv2.py:1033–1035 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
1031
return
x
1032
1033
def
forward(self, x):
1034
x = self.forward_features(x)
1035
return
x
1036
1037
@register_model
1038
def
VIPTRv2(opt):
Callers
nothing calls this directly
Calls
1
forward_features
Method · 0.95
Tested by
no test coverage detected