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
When I reloaded mv_bast.pth, the actual verification results were inconsistent with the results reported in the log.
This seems to be related to your verification code. You directly used DDP and reported the result of rank=0. Are you sure this is correct?
And when batch_size changes, the verification results will also change. Please explain this problem or provide a standard verification code. Thank you
The text was updated successfully, but these errors were encountered:
Where is your all_gather or all_reduce function???
Sorry, something went wrong.
No branches or pull requests
When I reloaded mv_bast.pth, the actual verification results were inconsistent with the results reported in the log.
This seems to be related to your verification code. You directly used DDP and reported the result of rank=0. Are you sure this is correct?
And when batch_size changes, the verification results will also change. Please explain this problem or provide a standard verification code. Thank you
The text was updated successfully, but these errors were encountered: