Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Meta learning setup #30

Open
bradduy opened this issue Mar 14, 2023 · 1 comment
Open

Meta learning setup #30

bradduy opened this issue Mar 14, 2023 · 1 comment

Comments

@bradduy
Copy link

bradduy commented Mar 14, 2023

Hello, thanks for your implementation. In your paper, you mention "we adopt widely used meta-learning approach called episodic"
So I wonder where you set up these method, is it the code below which is in fss.py
query_name, support_names, class_sample = self.sample_episode(idx)

Thank you

@juhongm999
Copy link
Owner

The implementation of this episodic training isn't a single line of code. It's a collection of code lines distributed over our repo, sampling & utilizing support images/labels given a query. In that sense, yes, you're partially correct.

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

No branches or pull requests

2 participants