ZUNJI

Results 4 comments of ZUNJI

You can change n_samplesNShot to 15, and change selected_class_meta_test in def creat_episodes to selected_classes, stay consistent with the superparam in meta learning lstm code, you will get the val and...

Yes, you are right. This procedure indicates that the 'target class' is same as support class. You can read the paper and code. Our purpose of few-shot learning is recognising...

Certainly you should insure that the target images is not in support images. So I change n_samplesNShot to 15 then n_samples is 20. Using 5 appending in support set, the...

Sorry, it is not param 'n_samples', the param 'number_of_samples' in def create_episodes. for c in selected_classes: number_of_samples = self.samples_per_class #if c in selected_class_meta_test: number_of_samples += self.n_samplesNShot