MCPcopy 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
174def spatial_average(x, keepdim=True):
175 return x.mean([2, 3], keepdim=keepdim)

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected