We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm always frustrated when scale_batch_size runs on a CPU machine, and ends up testing horribly large batch sizes like 2^25.
scale_batch_size
I'd like to be able to pass an upper bound batch size as an argument. Batch sizes larger than the argument will never be tested.
No response
cc @Borda
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description & Motivation
I'm always frustrated when
scale_batch_size
runs on a CPU machine, and ends up testing horribly large batch sizes like 2^25.Pitch
I'd like to be able to pass an upper bound batch size as an argument. Batch sizes larger than the argument will never be tested.
Alternatives
No response
Additional context
No response
cc @Borda
The text was updated successfully, but these errors were encountered: