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 using three times of k-shot data in the second stage of training? #38

Open
Zhang-HM opened this issue Feb 19, 2020 · 1 comment
Open

Comments

@Zhang-HM
Copy link

Zhang-HM commented Feb 19, 2020

In the second stage of training, three times of k-shot data were used?
if phase == 2:
self.shots = shots * 3

@Zhang-HM Zhang-HM changed the title About use About using times of k-shot data in 2-nd Feb 19, 2020
@Zhang-HM Zhang-HM changed the title About using times of k-shot data in 2-nd About using three times of k-shot data in the second stage of training? Feb 19, 2020
@dmuqlzhang
Copy link

dmuqlzhang commented Mar 27, 2020

i think this is a bug,for example, 10 shots. refer the paper config(novel k shot, base 3×k shot), about 15 base classes, i should shoose 15 base classes( 15×10×3); about 5 novel classes, I should use 5×10 shot, but in this code, novel
classes alse use 3*shots, I think you should fix the bug! it's unfair!

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

No branches or pull requests

2 participants