You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the second stage of training, three times of k-shot data were used?
if phase == 2:
self.shots = shots * 3
The text was updated successfully, but these errors were encountered:
Zhang-HM
changed the title
About use
About using times of k-shot data in 2-nd
Feb 19, 2020
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
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!
In the second stage of training, three times of k-shot data were used?
if phase == 2:
self.shots = shots * 3
The text was updated successfully, but these errors were encountered: