MCPcopy Create free account
hub / github.com/Francis-Rings/MotionFollower / forward

Method forward

src/models/appearance_net.py:117–119  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

115 self.op = avg_pool_nd(dims, kernel_size=stride, stride=stride)
116
117 def forward(self, x):
118 assert x.shape[1] == self.channels
119 return self.op(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected