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

How can I train the teacher model ? #4

Closed
xieqi1996 opened this issue Nov 11, 2022 · 2 comments
Closed

How can I train the teacher model ? #4

xieqi1996 opened this issue Nov 11, 2022 · 2 comments

Comments

@xieqi1996
Copy link

If I don't want to use the pretrained teacher model, then I just have to set kd_flag to zero, right? But I ran into an error when I did like that. Or the teacher model just can't be trained?

@dekunma
Copy link
Collaborator

dekunma commented Nov 16, 2022

Hi @xieqi1996, normally, we use the upperbound (holistic view) model as the teacher model. So if you would like to train the upperbound model, you can do so by make train com=upperbound. (and yes, kd_flag is set to 0).
We changed a few APIs of the coperception SDK, so the way I'm referring to above might not align with the version we have in this repo. Please refer to the coperception repository which is continuously maintained.

@dekunma
Copy link
Collaborator

dekunma commented Oct 29, 2023

Closing this issue due to inactivity.

@dekunma dekunma closed this as completed Oct 29, 2023
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