mmfewshot icon indicating copy to clipboard operation
mmfewshot copied to clipboard

Add mobilenetv2 as backbone model.

Open zeynepozdemir opened this issue 2 years ago • 0 comments

I added the mobilenetv2 model defined in mmclassification as a backboned model. The forward function of the model here returns a tuple value as you can see in the attachment. When I run it with Prototypical Networks, I get the attached error on line 46.

image

Eror:

image

When I use the Resnet12 model defined in mmfewshot, support_feads and query_feads appear as attached. How can I make MobileNetV2 compatible?

image

zeynepozdemir avatar Apr 10 '23 15:04 zeynepozdemir