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
Running the android-demo, android studio monitor shows only ~ 25% CPU usage. Any reason why it's not 100 (as it is when trying similar caffe-android ports)? I tried torch.setnumthreads(4), but it doesn't seem to have done anything.
Why is this happening?
The text was updated successfully, but these errors were encountered:
Built torch-android without CUDA, CPU only.
In android-demo, do not make any tensors cuda
Running the android-demo, android studio monitor shows only ~ 25% CPU usage. Any reason why it's not 100 (as it is when trying similar caffe-android ports)? I tried
torch.setnumthreads(4)
, but it doesn't seem to have done anything.Why is this happening?
The text was updated successfully, but these errors were encountered: