#AMD video cards any good for model training?
2 messages · Page 1 of 1 (latest)
CUDA is the framework used to interface with Nvidia GPUs. There are not models that were writteng in CUDA. Models are written in deep learning frameworks like Pytorch, ONNX, and Tensorflow. From what I'm aware of, Pytorch and Tensorflow have work arounds to run on AMD GPU. You'll have to google how to set that up though.