Closed Sigvesor closed 3 years ago
Hi Sigvesor,
Our requirements for torch are >=1.8.0, <1.9.0 (see here).
Could you try to update torch and see if it resolves your issue?
Hi @dennisbader,
I upgraded: pytorch 1.7.0-py3.7_cuda101_cudnn7_0 --> 1.8.0-py3.7_cuda10.1_cudnn7_0 torchvision 0.8.1-py37_cu101 --> 0.9.0-py37_cu101
This fixed the issue, thank you Dennis!
Hello,
I just trained my first model on darts while using a gpu and cuda. All worked fine through training, but I ran into an issue when I go for a model prediction.
AttributeError: 'Tensor' object has no attribute 'tile'
I am running with: darts==0.11.0 torch==1.7.0
I have tried to do some research, but couldn't find much. Any idea on how to resolve this issue?