-
Notifications
You must be signed in to change notification settings - Fork 96
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
Baseline model in paper #16
Comments
What are the exact numbers you are getting vs the paper? In which dataset?
…On Thu, 8 Nov 2018 at 22:42, Ben Johnson ***@***.***> wrote:
Hi -- Have you ever tried to reproduce the baseline results reported in
the paper? I implemented Matching Networks from scratch, and my baseline
model does substantially better than the one reported in the paper (66%
reduction in error). Am asking around to see whether other people have ever
noticed a similar issue.
Thanks
Ben
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKSuNsM-2jxYu_LfsQxVgQJmAgUaz95Vks5utLNTgaJpZM4YVn-2>
.
|
On Omniglot, 5way/1shot and 20way/1shot they report 86.0% and 72.9% accuracies, respectively. I'm getting something like 95% and 90% from the baseline on those tasks. Note I'm not using the same split as them (I don't think it's available?). This is using the background dataset as training and the evaluation set as testing. |
In the paper they report:
MATCHING NETS (OURS) Cosine N 98.1% 98.9% 93.8% 98.5% for 5-way 5-shot,
5-way 1-shot, 20-way 1-shot and 20-way 5-shot respectively. Where did you
get 86 and 72.9%?
…On Thu, 8 Nov 2018 at 22:48, Ben Johnson ***@***.***> wrote:
On Omniglot, 5way/1shot and 20way/1shot they report 86.0% and 72.9%
accuracies, respectively. I'm getting something like 95% and 90% from the
baseline on those tasks.
Note I'm not using the same split as them (I don't think it's available?).
This is using the background dataset as training and the evaluation set as
testing.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKSuNiqP7JEYaNyqmYF1-Bz4hOEFyi42ks5utLTPgaJpZM4YVn-2>
.
|
I'm talking about the baseline models, not the Matching Networks.
I'm talking about the *** |
Hi -- Have you ever tried to reproduce the baseline results reported in the paper? I implemented Matching Networks from scratch, and my baseline model does substantially better than the one reported in the paper (66% reduction in error). Am asking around to see whether other people have ever noticed a similar issue.
Thanks
Ben
The text was updated successfully, but these errors were encountered: