pull/847/head
Hui Zhang 3 years ago
parent 676d160dfa
commit 431106b986

@ -200,7 +200,7 @@ class Trainer():
if isinstance(batch_sampler, paddle.io.DistributedBatchSampler): if isinstance(batch_sampler, paddle.io.DistributedBatchSampler):
batch_sampler.set_epoch(self.epoch) batch_sampler.set_epoch(self.epoch)
def before_train(self, from_scratch): def before_train(self):
from_scratch = self.resume_or_scratch() from_scratch = self.resume_or_scratch()
if from_scratch: if from_scratch:
# scratch: save init model, i.e. 0 epoch # scratch: save init model, i.e. 0 epoch

Loading…
Cancel
Save