pytorch-tutorial
pytorch-tutorial copied to clipboard
TypeError: conv2d(): argument 'input' (position 1) must be Tensor, not tuple
any answer appreciated!
Harry-KIT could you be more explicit? conv2d() takes as arguments (c, output_feature, strides, padding). Could you print the shape of your input?