AssertionError: Torch not compiled with CUDA enabled
zhjmcjk opened this issue · 3 comments
zhjmcjk commented
CesurMurka commented
have you resolved this? I have the same issue
NdaAzr commented
@CesurMurka and @zhjmcjk I didn't reach this stage, and I got this error. How did you resolve this? If you didn't get an error could you please mention your Pytorch version?
File "main.py", line 30, in main trnr = trainer.Trainer(args, dataset) File "D:\Neda\Pytorch\NAS\trainer.py", line 160, in __init__ self.build_model() File "D:\Neda\Pytorch\NAS\trainer.py", line 182, in build_model self.shared = models.RNN(self.args, self.dataset) AttributeError: module 'models' has no attribute 'RNN'
martsalz commented
I have the same issue