MCPcopy Create free account
hub / github.com/MichSchli/AVeriTeC / training_epoch_end

Method training_epoch_end

models/NaiveSeqClassModule.py:60–62  ·  view source on GitHub ↗
(self, outs)

Source from the content-addressed store, hash-verified

58 return {'loss': loss}
59
60 def training_epoch_end(self, outs):
61 self.log('train_acc_epoch', self.train_acc)
62 self.log('train_f1_epoch', self.train_f1)
63
64 def validation_step(self, batch, batch_idx):
65 x, x_mask, y = batch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected