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

about episodic training and resnet #141

Open
HowCuteIsBee2002018 opened this issue Mar 14, 2024 · 1 comment
Open

about episodic training and resnet #141

HowCuteIsBee2002018 opened this issue Mar 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@HowCuteIsBee2002018
Copy link

Problem

  1. in episodic training notebook, the model initialization state it uses resnet12, but the comment is written stated using resnet18 from pytorch?

  2. also can i ask if the resnet predesigned modules given in easyfsl, what are the differences with them and the pytorch models of resnet? and why the resnet12 parameters has planes of [64, 160, 320, 640] but not other resnets?

  3. will i get the similar results if different resnets being used in Prototypical Network in the original paper, because i am not sure which can be similar to compare to the model of the original paper used, can u provide some advices on this?

@HowCuteIsBee2002018 HowCuteIsBee2002018 added the question Further information is requested label Mar 14, 2024
@ebennequin
Copy link
Collaborator

The comment about ResNet18 is a typo because the notebook previously used ResNet18 but was later changed toi better fit the common practices in the community. The easyfsl.modules.resnet12 follows the implementation from here, so by using it you should be able to reproduce the results for Protoypical Networks from the associated paper.

Note that there is no built-in ResNet12 in PyTorch, as it is rarely used outside of the Few-Shot Learning community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants