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
我的电脑有一个GPU,我在experiments()函数中指定了参数devices=[0],但运行后CPU利用率接近100%,GPU利用率几乎为0,显然程序并未在GPU上运行。
My computer has a GPU, and I declared the argument devices=[0] in the function experiments(). However, when I ran it, the utilization of CPU reached almost 100% while that of GPU was still almost 0%. Obviously the program didn't run on the GPU.
The text was updated successfully, but these errors were encountered:
❓ Questions & Help
我的电脑有一个GPU,我在
experiments()
函数中指定了参数devices=[0]
,但运行后CPU利用率接近100%,GPU利用率几乎为0,显然程序并未在GPU上运行。My computer has a GPU, and I declared the argument
devices=[0]
in the functionexperiments()
. However, when I ran it, the utilization of CPU reached almost 100% while that of GPU was still almost 0%. Obviously the program didn't run on the GPU.The text was updated successfully, but these errors were encountered: