You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this code is using a multi-card, it directly uses no CUDA Context environment switch, and pytorch uses the last environment by default, so the decoder created in front of it reports an error. Therefore I made the following changes in the C++ source code when calling the function.
When this code is using a multi-card, it directly uses no CUDA Context environment switch, and pytorch uses the last environment by default, so the decoder created in front of it reports an error. Therefore I made the following changes in the C++ source code when calling the function.
The text was updated successfully, but these errors were encountered: