We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OK, I have another question or probably a bug :)
in mini_imagenet_dataloader.py:
num_samples_per_class: should be (episode_test_sample_num + shot_num) * way_num
(episode_test_sample_num + shot_num) * way_num
Line 189 has one_episode_sample_num = self.num_samples_per_class*self.shot_num
one_episode_sample_num = self.num_samples_per_class*self.shot_num
which I think I do not understand or what is wrong :) In the default way_num and shot_num are both 5, so most will not get any problems here.
The text was updated successfully, but these errors were encountered:
Thanks a lot for your contributions. That's a bug. You may create a pull request to fix the bug if you hop to.
Sorry, something went wrong.
Looks like a fix was merged: #6
@yaoyao-liu would you mind closing this issue as complete?
No branches or pull requests
OK, I have another question or probably a bug :)
in mini_imagenet_dataloader.py:
num_samples_per_class: should be
(episode_test_sample_num + shot_num) * way_num
Line 189 has
one_episode_sample_num = self.num_samples_per_class*self.shot_num
which I think I do not understand or what is wrong :) In the default way_num and shot_num are both 5, so most will not get any problems here.
The text was updated successfully, but these errors were encountered: