MCPcopy Create free account
hub / github.com/MarcCoru/locationencoder / test_step

Method test_step

locationencoder/imageencoder.py:51–52  ·  view source on GitHub ↗
(self, batch, batch_idx)

Source from the content-addressed store, hash-verified

49 return loss
50
51 def test_step(self, batch, batch_idx):
52 return self.common_step(batch, batch_idx)
53
54 def configure_optimizers(self):
55 optimizer = optim.SGD(self.model.parameters(), self.lr,

Callers

nothing calls this directly

Calls 1

common_stepMethod · 0.95

Tested by

no test coverage detected