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
pypots v0.13
Call calc_criterion() when the model is running on multiple GPUs
calc_criterion()
PyPOTS/pypots/nn/modules/base_model_core.py
Line 48 in 0259a6c
It fails because the model is wrapped in DataParallel, which only provides forward() for parallel running.
PR is on the way
The text was updated successfully, but these errors were encountered:
WenjieDu
No branches or pull requests
1. System Info
pypots v0.13
2. Information
3. Reproduction
Call
calc_criterion()
when the model is running on multiple GPUsPyPOTS/pypots/nn/modules/base_model_core.py
Line 48 in 0259a6c
4. Expected behavior
It fails because the model is wrapped in DataParallel, which only provides forward() for parallel running.
5. Your contribution
PR is on the way
The text was updated successfully, but these errors were encountered: