Traceback (most recent call last):
File "runpems.py", line 87, in , normalize_statistic = exp.train()
File "D:\gjh\workspace\SCINet\experiments\exp_pems.py", line 278, in train
forecast = self.model(inputs)
File "C:\Users\dell\anaconda3\envs\scinet\lib\site-packages\torch\nn\modules\module.py", line 889
, in _call_impl
result = self.forward(*input, **kwargs)
File "D:\gjh\workspace\SCINet\models\SCINet.py", line 355, in forward
output = torch.zeros(x.shape,dtype=x.dtpye).cuda()
AttributeError: 'Tensor' object has no attribute 'dtpye'
hello, I got an error
when I was running
I use below command build my environment
How can I solve this problem? Thanks!