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

Method forward

locationencoder/imageencoder.py:29–30  ·  view source on GitHub ↗
(self, images)

Source from the content-addressed store, hash-verified

27 return self.criterion(output, labels), output
28
29 def forward(self, images):
30 return self.model(images)
31
32 def training_step(self, batch, batch_idx):
33 loss, output = self.common_step(batch, batch_idx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected