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
I am trying to use infer model on multiple GPU but I get an error of unathurised access to GPU.Do I need to config the repo accordingly / how to use cuda visible devices ?
Can I infer with images batches?
The text was updated successfully, but these errors were encountered:
I did inference on multiple GPUs on vast.ai and I didn't have problems. The only things I did was to give privileges to dist_test.sh.
You can try either chmod +x dist_test.sh or chmod 777 dist_test.sh
The text was updated successfully, but these errors were encountered: