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

Method validation_step

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

Source from the content-addressed store, hash-verified

15
16 @abstractmethod
17 def validation_step(self, batch: Dict[str, Any], batch_idx: int) -> Dict:
18 raise NotImplementedError
19
20 @abstractmethod
21 def configure_optimizers(

Callers 1

val_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected