Skip to content
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

Performance degradation of CNN #3

Open
fyancy opened this issue Apr 6, 2022 · 1 comment
Open

Performance degradation of CNN #3

fyancy opened this issue Apr 6, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@fyancy
Copy link
Owner

fyancy commented Apr 6, 2022

The reported accuracy in our paper and README file in github repository is 71.8%.
We post the evaluation process in detail as follows. (2022/4/6, by Yong Feng)

Test? y/n
y
Load Model successfully from [G:\model_save\meta_learning\CNN\cnn_ft\5shot\cnn_ft_C30_ep50]...
x shape: (10, 200, 1, 1024), y shape: (10, 200)
Acc: 0.7180, Loss: 1.2492
*** Testing time:  1.2068 (s) ***

Load Model successfully from [G:\model_save\meta_learning\CNN\cnn_ft\5shot\cnn_ft_C30_ep72]...
4-ways, 5-shots for testing ...
x shape: (4, 5, 1, 1024), y shape: (4, 5)
x shape: (4, 200, 1, 1024), y shape: (4, 200)
Acc: 0.8238, Loss: 0.5628
*** Testing time:  3.6451 (s) ***

Load Model successfully from [G:\model_save\meta_learning\CNN\cnn_ft\5shot\cnn_ft_C30_ep72]...
4-ways, 1-shots for testing ...
x shape: (4, 1, 1, 1024), y shape: (4, 1)
x shape: (4, 200, 1, 1024), y shape: (4, 200)
Acc: 0.5950, Loss: 1.0441
*** Testing time:  3.6962 (s) ***

For better validation, we post All model weights here. We stated this in README file.

@fyancy
Copy link
Owner Author

fyancy commented Apr 6, 2022

脑子瓦特了,国内用户使用google drive不友好,下面给出国内外链接:

@fyancy fyancy added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant