Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of TADAM: Task dependent adaptive metric for improved few-shot learning #54

Open
diego91964 opened this issue Jul 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@diego91964
Copy link
Contributor

Problem
What do you want to do? What is blocking you?

I am reading an article and would like to discuss the possibility of implementing it in the prototypical network (https://arxiv.org/abs/1805.10123).

It would require the creation of a block to represent TEN layer, however the implementation of resnet12 uses a library and would have to be replaced by its own implementation.

What do you think about the proposal in this article for improving the calculation of the loss function?

@diego91964 diego91964 added the question Further information is requested label Jul 28, 2022
@ebennequin
Copy link
Collaborator

Hi Diego!

TADAM is not on my roadmap at the moment, but I agree it would be a nice addition to the library and I'd be happy to help you if you want to implement it!

We can design the specific TADAM ResNet architecture in easyfsl.modules, and an example notebook adapted to the specific episodic training process.

@ebennequin ebennequin added enhancement New feature or request and removed question Further information is requested labels Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants