Submitted by AbCi16 t3_10rcty9 in deeplearning
agentfuzzy999 t1_j6uzju1 wrote
You do not need docker. Open a notebook, import torch or tensorflow, check if GPU is available. If true, profit. If false, you have python/framework/CUDA problems.
AbCi16 OP t1_j6v0be2 wrote
Command to check gpu availability?
agentfuzzy999 t1_j6v0d3e wrote
Google it
AbCi16 OP t1_j6v0gql wrote
👍
Some-Assistance-7812 t1_j6vwocu wrote
import torch
torch.cuda.is_available()
cruddybanana1102 t1_j6wkzwb wrote
If you have Nvidia with CUDA toolkit installed run nvidia-smi and you'll have your answer
Viewing a single comment thread. View all comments