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 accuracy #73

Open
feisichen opened this issue Apr 17, 2023 · 6 comments
Open

About accuracy #73

feisichen opened this issue Apr 17, 2023 · 6 comments

Comments

@feisichen
Copy link

ec2e2e5eb9e69b0cd678e1af2f1ffa33

I trained the model using my own dataset.Does this mean that I have achieved 79.6% accuracy in few-shot classification? But I have only trained for ten minutes. . .I'm sure I didn't put the test set into the training set.

@sevenHsu
Copy link

Actually,your test set will be finetuned (train 10 steps for each support set) after every 500 steps training on training set. So you can see the acc growth from 0,2615 to 0.796 via 10 steps finetune.

@feisichen
Copy link
Author

Thank you. Are the support and query sets automatically split from the test set?

@sevenHsu
Copy link

They were randomly selected from each task test dataset.

@LittleShuo
Copy link

Hello, where did you get those csv files in your miniimagenet dataset?

@feisichen
Copy link
Author

Hello, where did you get those csv files in your miniimagenet dataset?

Sorry, I didn't use the miniimagenet dataset, so I'm not very familiar with it. I'm using my own dataset, where the images for each category are placed in their respective folders. So, I wrote a simple Python program to generate the csv files.

@LittleShuo
Copy link

Ok, thank you very much for your reply.

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

3 participants