Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/VTP
/ spatial_average
Function
spatial_average
vtp/utils/lpips.py:174–175 ·
view source on GitHub ↗
(x, keepdim=True)
Source
from the content-addressed store, hash-verified
172
173
174
def
spatial_average(x, keepdim=True):
175
return
x.mean([2, 3], keepdim=keepdim)
Callers
1
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected