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

About few-shot evaluation #11

Closed
phphuc612 opened this issue Jul 12, 2024 · 1 comment
Closed

About few-shot evaluation #11

phphuc612 opened this issue Jul 12, 2024 · 1 comment

Comments

@phphuc612
Copy link

phphuc612 commented Jul 12, 2024

Thank you for your great work!

I want to ask about few-shot noted in your paper, what does 10% or 100% really mean in few-shot(10%) and few-shot(100%)?
If possible, can you link the few-shot evaluation code for me please?
I deeply appreciate your help.

@kihyunU
Copy link
Collaborator

kihyunU commented Jul 17, 2024

The 10% means using 10% of training set (few-shot) and 100% means using 100% of training set (full-shot)

the code is in README
python finetune.py --config-name finetune_10 hydra.run.dir=${SAVE_DIR} data_train=rsna_pneumonia data_valid=rsna_pneumonia model.load_backbone_weights=${CKPT_PATH/model-best.tar} # 10% python finetune.py hydra.run.dir=${SAVE_DIR} data_train=rsna_pneumonia data_valid=rsna_pneumonia model.load_backbone_weights=${CKPT_PATH/model-best.tar} # 100%

@kihyunU kihyunU closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants