MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / forward_train

Method forward_train

segmentation/tools/deploy_test.py:125–126  ·  view source on GitHub ↗
(self, imgs, img_metas, **kwargs)

Source from the content-addressed store, hash-verified

123 raise NotImplementedError('This method is not implemented.')
124
125 def forward_train(self, imgs, img_metas, **kwargs):
126 raise NotImplementedError('This method is not implemented.')
127
128 def simple_test(self, img: torch.Tensor, img_meta: Iterable,
129 **kwargs) -> list:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected