Hello! Thank you for this incredibly well-documented tool!
I'm trying to get familiar with your software using my own personal computer that doesn't have a GPU (or rather has a MAC GPU which I know can be specified with device = torch.device("mps")), and I keep getting the following exception:
MisconfigurationException: Trainer(devices=0) value is not a valid input using cpu accelerator.
I received this message for the basic usage tutorial and also trying the DeepSTARR model. How would I use your API to allow the model to use CPU for testing purposes?
Thank you!
Brian
Hello! Thank you for this incredibly well-documented tool!
I'm trying to get familiar with your software using my own personal computer that doesn't have a GPU (or rather has a MAC GPU which I know can be specified with device = torch.device("mps")), and I keep getting the following exception:
MisconfigurationException:
Trainer(devices=0)value is not a valid input using cpu accelerator.I received this message for the basic usage tutorial and also trying the DeepSTARR model. How would I use your API to allow the model to use CPU for testing purposes?
Thank you!
Brian