Closed Altaf-LimeChat closed 1 month ago
What do you see when running torch.cuda.is_available()
? If you see True
then tabnet is using your GPU, otherwise their might be a problem with the torch installation, you should try to install a version that returns True. I am not familiar with Apple's M1 so I can't say much more.
Feel free to reopen with more information
Hi, I was trying to train model on my m1 macbook pro, but seems like the model is not using GPU which macbook provides at all, it is training on just CPU, below is the configurations I have used.