MCPcopy Create free account
hub / github.com/InternScience/InternAgent / test_step

Method test_step

tasks/AutoMolecule3D/code/experiment.py:667–668  ·  view source on GitHub ↗
(self, batch, batch_idx)

Source from the content-addressed store, hash-verified

665 return self.step(batch, l1_loss, "test")
666
667 def test_step(self, batch, batch_idx):
668 return self.step(batch, l1_loss, "test")
669
670 def step(self, batch, loss_fn, stage):
671 with torch.set_grad_enabled(stage == "train" or self.hparams.derivative):

Callers

nothing calls this directly

Calls 1

stepMethod · 0.95

Tested by

no test coverage detected