You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to comment line 47, and edit line 137 in spiga/framework.py file.
line 47: # self.model = self.model.cuda(gpus[0])
and change line 137: # data_var = data.cuda(device=self.gpus[0], non_blocking=True)
into this: data_var = data
Is it possible to run this on a machine with no GPU? Also, is it possible to run it on a machine that is not CUDA-enabled?
The text was updated successfully, but these errors were encountered: