MCPcopy Create free account
hub / github.com/GeWu-Lab/AnyTouch2 / forward

Method forward

sparsh/tactile_ssl/downstream_task/sl_module.py:106–107  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

104 log.info(f"Loaded encoder from {checkpoint_encoder}")
105
106 def forward(self, x, *args, **kwargs): # noqa
107 raise NotImplementedError
108
109 def training_step(self, batch: Dict[str, Any], batch_idx: int, *args, **kwargs): # noqa
110 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected