MCPcopy
hub / github.com/OpenMotionLab/MotionGPT / validation_step

Method validation_step

mGPT/models/base.py:27–28  ·  view source on GitHub ↗
(self, batch, batch_idx)

Source from the content-addressed store, hash-verified

25 return self.allsplit_step("train", batch, batch_idx)
26
27 def validation_step(self, batch, batch_idx):
28 return self.allsplit_step("val", batch, batch_idx)
29
30 def test_step(self, batch, batch_idx):
31 outputs = self.allsplit_step("test", batch, batch_idx)

Callers

nothing calls this directly

Calls 1

allsplit_stepMethod · 0.80

Tested by

no test coverage detected