Some-Assistance-7812
Some-Assistance-7812 t1_j764ulk wrote
You need raw power!! In terms of CPU, number of cores matter more than CPU speed In terms of RAM, more RAM capacity is preferably. (Generally more than twice the VRAM of your GPU) In terms of GPU, VRAM is most essential!
Some-Assistance-7812 t1_j6w1l5z wrote
Reply to comment by AbCi16 in Using Jupyter via GPU by AbCi16
Yeah it’s CUDA capable! RTX is much better than GTX for deep learning, and 2080 super is powerful! I did plenty of deep learning on my laptop using 1050ti using PyTorch. If you need any help, we can connect and help you out on Zoom call. It won’t take more than 20-30 mins.
Some-Assistance-7812 t1_j6vwro0 wrote
Reply to comment by AbCi16 in Using Jupyter via GPU by AbCi16
Your discrete should be CUDA capable. Anything above GTX 1050 is CUDA capable. You can check the list of CUDA capable NVIDIA GPUs on their website
Some-Assistance-7812 t1_j6vwocu wrote
Reply to comment by AbCi16 in Using Jupyter via GPU by AbCi16
import torch
torch.cuda.is_available()
Some-Assistance-7812 t1_j9yb5oh wrote
Reply to comment by AbCi16 in Using Jupyter via GPU by AbCi16
Sure, let me know!