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

What is "episode num"? #12

Open
AndreaLombax opened this issue Aug 5, 2020 · 1 comment
Open

What is "episode num"? #12

AndreaLombax opened this issue Aug 5, 2020 · 1 comment

Comments

@AndreaLombax
Copy link

In the MiniImageNetDataLoader class, there is a variable called episode_test_sample_num (used in the initializer) and another one (used in the generate_data_list method) called episode_num.
What's the functionality of these variables? It's clear that they are a different concept from epoch, but i don't get the meaning of this variable.

Im sorry if this could be a stupid question, but i'm new in Machine Learning and i'm just trying to learn.
Thanks!

@yaoyao-liu
Copy link
Owner

Thanks for your interest in our work.

An episode means a few-shot task. The variable episode_test_sample_num means the number of samples for each class in the test set of a few-shot task. episode_num means the total number of few-shot tasks used for meta-training.

For more details, you may refer to Section 3, Preliminary in this paper.

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