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

Method training_step

sparsh/tactile_ssl/algorithm/module.py:13–14  ·  view source on GitHub ↗
(self, batch: Dict[str, Any], batch_idx: int)

Source from the content-addressed store, hash-verified

11class Module(ABC):
12 @abstractmethod
13 def training_step(self, batch: Dict[str, Any], batch_idx: int) -> Dict:
14 raise NotImplementedError
15
16 @abstractmethod
17 def validation_step(self, batch: Dict[str, Any], batch_idx: int) -> Dict:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected