yeyupiaoling/AudioClassification-Pytorch

RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor

Bill-JLN opened this issue · 7 comments

我更改了输入为tensorfloat但是还是报相似的错误
QQ图片20211206154826

类型错误,你有改吗?没看到。你这边修改了,你拉下最新代码试试。

我等会把最新的代码拉一下改一下

主要是这里:

spec_mag = spec_mag.astype('float32')

spec_mag = spec_mag.astype('float32')

这两行改成float64吗

这是改好的。就是float32

行,我试试

解决了,跪谢大佬