Skip to content

Conversation

JonFreer
Copy link

Fix for Issue #71

Caused when len(self.data_source) * self.num_epochs < self.start_itr * self.batch_size.

This happens once an entire pass of the dataset has occurred and then you resume training.

Fix: sets start_itr to the relative offset, resets to 0 after run through the dataset.

@szulm
Copy link

szulm commented Dec 19, 2021

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants