facemask icon indicating copy to clipboard operation
facemask copied to clipboard

Serious issue on google colab with model.model and display image methods.

Open actcod01 opened this issue 4 years ago • 0 comments

Hi ,

System Config :

Google collab
python 3.7

Getting issue with , bboxs = model.model(IMAGE_HERE) # bbox_coordinate, confidence, label

TypeError: conv2d() received an invalid combination of arguments - got (str, Parameter, NoneType, tuple, tuple, tuple, int), but expected one of:
 * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, tuple of ints padding, tuple of ints dilation, int groups)
      didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !NoneType!, !tuple!, !tuple!, !tuple!, int)
 * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, str padding, tuple of ints dilation, int groups)
      didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !NoneType!, !tuple!, !tuple!, !tuple!, int)

How to fix this error?

Thanks

actcod01 avatar Aug 11 '21 15:08 actcod01