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 I tested whether cuda was available on the console, no errors were reported.
However, when the "bash run.sh 1 msl" command is executed on the terminal, a message is displayed indicating that cuda is unavailable.
Is it because cuda version is inconsistent or there are other reasons, can you give me some help?
The text was updated successfully, but these errors were encountered:
The script "bash run.sh 1 msl" indicates running with "cuda:1". May I know if there is more than 2 gpus on your device? If not, then you could run "bash run.sh 0 msl" instead. Feel free to let me know if there are other issues.
I guess it might be due to the mismatched pytorch version. May I know what pytorch and cuda version you are using? Or you could also refer to the readme.md to create a new virtual environment with the exact package versions. Thanks.
When I tested whether cuda was available on the console, no errors were reported.


However, when the "bash run.sh 1 msl" command is executed on the terminal, a message is displayed indicating that cuda is unavailable.
Is it because cuda version is inconsistent or there are other reasons, can you give me some help?
The text was updated successfully, but these errors were encountered: