hfsoftmax
hfsoftmax copied to clipboard
TypeError: conv2d(): argument 'input' (position 1) must be Tensor, not list
File "/home/adam/anaconda3/envs/torch04/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 303, in forward self.padding, self.dilation, self.groups) TypeError: conv2d(): argument 'input' (position 1) must be Tensor, not list
Here, the convolution operation will report an error. You should enter a tensor. Actually enter a list composed of two tensors. I want to ask the author how to solve it.