MCPcopy Create free account
hub / github.com/Kitware/COAT / __init__

Method __init__

utils/mask.py:299–301  ·  view source on GitHub ↗
(self, shift=5, group=2)

Source from the content-addressed store, hash-verified

297
298class jigsaw_patch:
299 def __init__(self, shift=5, group=2):
300 self.shift = shift
301 self.group = group
302
303 def __call__(self, features):
304 batchsize = features.size(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected