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

Optimize model parameters according to DETR. #20

Closed
lunachy opened this issue Dec 9, 2020 · 3 comments
Closed

Optimize model parameters according to DETR. #20

lunachy opened this issue Dec 9, 2020 · 3 comments

Comments

@lunachy
Copy link

lunachy commented Dec 9, 2020

Do you make grid search about parameters of enc_layers、dec_layers?
According to DETR, more encoder layers and decoder layers are beneficial. Maybe enc_layers and dec_layers set to 3 at least.
image
image

@liuruijin17
Copy link
Owner

Yes, we also tried it, but the performance was not that significantly improved (or even decreased), probably due to overfitting. We actually set up 2 directly and found the overall effect to be good 😂, so we didn't carefully tune the number of transformer layers.

@lunachy
Copy link
Author

lunachy commented Dec 9, 2020

According to the paper, I guess you test this on tusimple dataset.

@liuruijin17
Copy link
Owner

Yes, the TuSimple validation dataset.

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

2 participants