MCPcopy Create free account
hub / github.com/JetBrains-Research/code2seq / training_epoch_end

Method training_epoch_end

code2seq/model/code2class.py:90–91  ·  view source on GitHub ↗
(self, outputs: EPOCH_OUTPUT)

Source from the content-addressed store, hash-verified

88 self.log_dict(log, on_step=False, on_epoch=True)
89
90 def training_epoch_end(self, outputs: EPOCH_OUTPUT):
91 self._shared_epoch_end(outputs, "train")
92
93 def validation_epoch_end(self, outputs: EPOCH_OUTPUT):
94 self._shared_epoch_end(outputs, "val")

Callers

nothing calls this directly

Calls 1

_shared_epoch_endMethod · 0.95

Tested by

no test coverage detected