bingykang / Fewshot_Detection

Few-shot Object Detection via Feature Reweighting
https://arxiv.org/abs/1812.01866
528 stars 111 forks source link

TypeError: conv2d() received an invalid combination of arguments #73

Open JacCOlf opened 2 years ago

JacCOlf commented 2 years ago

Excuse,me. Have encountered TypeError while running train_meta.py

TypeError: conv2d() received an invalid combination of arguments - got (Tensor, Parameter, NoneType, tuple, tuple, tuple, int), but expected one of:

wenchaoh997 commented 2 years ago

Same error. Do you have any solution on it? XD

Zzz730 commented 2 years ago

hello, have you fixed it yet? I met the same problem

Zzz730 commented 2 years ago

相同的错误。你有什么解决方案吗?断续器

hello, have you fixed it yet? I met the same problem

ataftaf commented 2 years ago

Hello, did you manage to fix it? I am facing the same problem! Thanks

Nortona commented 1 year ago

Hello, did you manage to fix it? I am facing the same problem

HeuristicLU commented 1 year ago

i want know how to fix this problem?? thanks

HeuristicLU commented 1 year ago

i want know how to fix this problem?? thanks change darknet_meta.py
226 to: pad = (kernel_size-1)//2 if is_pad else 0 This will work successfully.