sophos / SOREL-20M

Sophos-ReversingLabs 20 million sample dataset
Apache License 2.0
637 stars 132 forks source link

The process is running on CPU even setting to GPU #13

Closed baogiadoan closed 2 years ago

baogiadoan commented 2 years ago

Hi,

When I train the neural network, I observe that even though I set the device="cuda:0" or "cuda" in the config.py. When I check the process running, the resources it use is still CPU, and there is little to none resource used from GPU. I'm not sure it is normal?

image