Open bradduy opened 1 year ago
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.
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