MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / set_epoch

Method set_epoch

seq2seq/utils.py:416–417  ·  view source on GitHub ↗
(self, epoch)

Source from the content-addressed store, hash-verified

414 return self.num_samples
415
416 def set_epoch(self, epoch):
417 self.epoch = epoch
418
419
420logger = getLogger(__name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected