Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max iterations is set independent from the dataset #8

Open
utkutpcgl opened this issue Sep 14, 2023 · 0 comments
Open

Max iterations is set independent from the dataset #8

utkutpcgl opened this issue Sep 14, 2023 · 0 comments

Comments

@utkutpcgl
Copy link

Thank you for your contribution.
In the line below, the total iterations per epoch is assumed to be 1000 (regardless of the batch size or dataset). It is not clear which dataset or batch_size this number assumes.

m.max_j = self.epochs * 1000 * m.lr_ratio
I assume this number would be replaced by total iterations per epoch for a different dataset or batch_size. Correct me if I am wrong please.

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

No branches or pull requests

1 participant