chenhaoxing / M2L

This repository is the code of paper "Multi-level Metric Learning for Few-shot Image Recognition".(ICANN-2022))
35 stars 10 forks source link

Can you share the Graph Neural Network part ? #2

Closed MohamedAliRashad closed 2 years ago

MohamedAliRashad commented 2 years ago

I have noticed that the GraphFunc imported here is not provided in the module.utils.

chenhaoxing commented 2 years ago

Sorry for that, I've updated.

MohamedAliRashad commented 2 years ago

@chenhaoxing sorry for the many requests, but the weights link is not working.

chenhaoxing commented 2 years ago

@chenhaoxing sorry for the many requests, but the weights link is not working.

Hi, I tried and it worked. Maybe you could train a backbone from scratch.

MohamedAliRashad commented 2 years ago

@chenhaoxing it provided me with this message ... Screenshot from 2022-02-23 10-55-54

I was planning to test the model for my use cases and then train a backbone from scratch (just to make sure it fits before investing the time)

chenhaoxing commented 2 years ago

@chenhaoxing it provided me with this message ... Screenshot from 2022-02-23 10-55-54

I was planning to test the model for my use cases and then train a backbone from scratch (just to make sure it fits before investing the time)

Maybe you can find a solution at https://github.com/chenhaoxing/SSFormers. However, I tried and it worked.