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

Question about the max steps #8

Open
maxiao94 opened this issue Nov 14, 2023 · 1 comment
Open

Question about the max steps #8

maxiao94 opened this issue Nov 14, 2023 · 1 comment

Comments

@maxiao94
Copy link

Hi,
Thanks for your good job. However, when I try to reproduce the results in the paper, I am confused about how to set the max steps (Null in config.yaml).
I appreciate any suggestions.

@Sea-Snell
Copy link
Owner

Sea-Snell commented Nov 15, 2023

Thanks for the question! Usually, you will set a number of epochs and leave max_steps=null, but for iterable datasets, you may want to set epochs=1 and instead specify a max_steps. If you set both it will just stop whenever the first one is reached. If you just want to set epochs, max_steps can be null. I hope this answers your question, let me know if not.

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

2 participants