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

Method validation_step

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

Source from the content-addressed store, hash-verified

513 return output
514
515 def validation_step(self, batch: Dict[str, Any], batch_idx: int) -> Dict:
516 return self.training_step(batch, batch_idx)
517
518 def configure_optimizers( # pyright: ignore[reportIncompatibleMethodOverride]
519 self, num_iterations_per_epoch, num_epochs

Callers

nothing calls this directly

Calls 1

training_stepMethod · 0.95

Tested by

no test coverage detected