-
Notifications
You must be signed in to change notification settings - Fork 4
Omniglot: the task characters should not come from the same alphabet. #1
Copy link
Copy link
Open
Description
First of all thank you for your nice notebooks, I find them quite useful!
I think one problem with your Omniglot notebook is that the characters for a given task all come from the same alphabet. I'm not 100% sure, but I see two reasons why it should be otherwise:
- In Section 3.1 of the ProtoNet paper, it says:
We trained prototypical networks using Euclidean distance in the 1-shot and 5-shot scenarios with
training episodes containing 60 classes and 5 query points per class.
Since 60 is greater than the average alphabet size, it makes me think that the characters are coming from many alphabets.
- In Section 4.1.1 of the Matching Networks paper, it says:
The N-way Omniglot task setup is as follows: pick N unseen character classes, independent of alphabet, as L.
Perhaps that could explain why your results do not match those of the ProtoNet paper?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels