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
How to add DDP with val evaluation? Is it same with train? @yangkky
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
This code is pretty clear: https://github.com/rwightman/pytorch-image-models/blob/master/train.py#L730-L732
reduced_loss = reduce_tensor(loss.data, args.world_size) acc1 = reduce_tensor(acc1, args.world_size) acc5 = reduce_tensor(acc5, args.world_size)
No branches or pull requests
How to add DDP with val evaluation? Is it same with train? @yangkky
The text was updated successfully, but these errors were encountered: