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

关于shots和train-shots #11

Open
A-cloud-bit opened this issue Nov 10, 2024 · 0 comments
Open

关于shots和train-shots #11

A-cloud-bit opened this issue Nov 10, 2024 · 0 comments

Comments

@A-cloud-bit
Copy link

ser.add_argument('--classes', default=5, type=int, help='classes in base-task (N-way)')
parser.add_argument('--shots', default=5, type=int, help='shots per class (K-shot)')
parser.add_argument('--train-shots', default=10, type=int, help='train shots')
parser.add_argument('--batch', default=10, type=int, help='minibatch size in base task')
我不理解的是每个任务是n-ways--k-shot但是你有两个参数。此外,这个minibatch size in base task'是什么意思呢?您同样再代码说明了只是一个任务的训练

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

1 participant