-
Notifications
You must be signed in to change notification settings - Fork 70
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 the pretrained DETR models for PSGTR and PSGFormer #102
Comments
I found that when loading the DETR pre-trained model “./work_dirs/checkpoints/detr4psgformer_r50.pth” with “psgformer_r50_psg”, there were many missing hints: missing keys in source state_dict: Could this be the problem? I have not modified any code. @Jingkang50 |
Hello, have you solved this problem yet?
Hello, have you solved this problem yet? |
Hello, have you solved this problem yet? I aslo meet the problem |
Thanks for your work!
I have successfully installed the framework and run the code (no errors reported).
However, I have a similar problem to #33 :during training, the result is always zero.
According to the logs you provided, I compared and found that my log section does not have anything related to model loading:
I used the latest code and did not make any changes.
My questions are::
Have you ever encountered this problem?
Is the lack of weight loading content in my logs omitted in the later code or does it not appear due to model loading failure?
The most important question: In what way are the pre-trained models of DETR such as detr_pan_r50.pth and detr4psgformer_r50.pth obtained, and can we train them ourselves?
What is the difference between them (in my understanding, both pre-trained models use their Encoder part for global information extraction)
Thanks!
The text was updated successfully, but these errors were encountered: