Skip to content

test in Platius model #19

Answered by cnguyen10
trinh-hoang-hiep asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Hiep,

The code had been developed a couple of years ago. I then decided to rewrite to put it into one structure specified in MLBase.py. Thus, there might remain code adopted from previous implementation.

As what I can recall, the prefix eps_ denotes "episode" or "task" in meta-learning. Thus, the eps_generator is an interative object/function that generates the training and validation split of a task. This had been done before implementing the EpisodeSampler class in EpisodeSampler.py. In that implementation, a task was generated by simply sampling a number of class labels, e.g. sampling 5 class labels out of 64 classes in mini-ImageNet followed by sampling training and validation spli…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by trinh-hoang-hiep
Comment options

You must be logged in to vote
1 reply
@cnguyen10
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #18 on September 18, 2022 05:35.