cure-lab / SCINet

The GitHub repository for the paper: “Time Series is a Special Sequence: Forecasting with Sample Convolution and Interaction“. (NeurIPS 2022)
Apache License 2.0
617 stars 127 forks source link

AttributeError: 'Tensor' object has no attribute 'dtpye' #35

Closed 1506355445 closed 2 years ago

1506355445 commented 2 years ago

models\SCINet.py", line 355, in forward output = torch.zeros(x.shape,dtype=x.dtpye).cuda() dtype=x.dtype

VEWOXIC commented 2 years ago

Sorry, this is a typo, please change the x.dtpye as x.dtype. We have fixed the typo in this file. Thanks for your attention.