having issues when working on Deep learning project on my mac mini M2 setup

26 Views Asked by At

i am trying to use pretrained model ESRGAN, i've clone the repo from github and downloaded weights from Gdrive but when i am trying to run my script it gives me and error

  raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled

How can I invoke my M2 Gpu for deep learning Projects

0

There are 0 best solutions below