-
Notifications
You must be signed in to change notification settings - Fork 38
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
Questions about Resnet 12 backbone #16
Comments
The second question. num_queries = 1 means 1query image every way |
As I have mentioned, there are 5 images (way) per class (shot) when num_queries = 1 |
Yours |
Hello, I encountered this error when running the command python3 main.py --dataset_root dataset/ --config config/5way_1shot_resnet12_mini-imagenet.py --num_gpu 0 --mode train: RuntimeError: Given input size: (512x6x6). Calculated output size: (512x0x0). Output size is too small. I haven't made any changes to any other parts of the code or configuration. How can I resolve this issue? |
Hello, I am reading your codes and there are a few questions i want to ask.
The text was updated successfully, but these errors were encountered: