-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pretrained model #2
Comments
Sorry for the late reply. We're working towards an initial release of GQA models. The ETA is in the coming ~1-2 weeks. |
Hi, The pre-trained models on GQA has been relealsed since ae34a63. Sorry for the delay and please let us know if you have any questions. |
Sorry to interrupt you. When I use the pre-trained model(swin_base), the program runs with the following error: |
Hi @gulu999, please try to add |
First of all thanks for such a quick reply. |
Hi @gulu999, I found this in the error log
Sorry for not making it clear but there is no need to add Please let me know if this helps with the issue. |
Thank you again! Traceback (most recent call last): |
Hi @gulu999, since we don't have |
I want to evaluate the weight and I use pycharm to run the code on my laptop(only one Gpu) . The main.py is almost the same as your code(train_gqa.py) . The difference is that I changed some parameters: And in the train_gqa_mcan.yaml, I only Change the encoder to swin_base. |
Hi @gulu999, thank you so much for the information! Since you're evaluating with the weights, you may just skip |
Thank you very much, I have successfully run the code and got the correct result. |
Hi, Can you provide a model trained on the on the HICO dataset. |
Can trained models be provided, especially on the GQA dataset.
The text was updated successfully, but these errors were encountered: