Open afrin321 opened 3 years ago
Hello, can yolact_edge inference be run on cpu with saved weights?
I tried to follow the colab notebook code in jupyter notebook. It is giving an error saying "Torch not compiled with Cuda enabled.
Please help. Thank you.
Yes, but you need to modify the code and make sure all the tensors / model weights are on the CPU.
have you modified your code and trained on cpu?
Hello, can yolact_edge inference be run on cpu with saved weights?
I tried to follow the colab notebook code in jupyter notebook. It is giving an error saying "Torch not compiled with Cuda enabled.
Please help. Thank you.