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

lightweight network for self-teaching #27

Open
lnSong opened this issue Jun 13, 2023 · 2 comments
Open

lightweight network for self-teaching #27

lnSong opened this issue Jun 13, 2023 · 2 comments

Comments

@lnSong
Copy link

lnSong commented Jun 13, 2023

When I use monodepth2 and implement self-teaching, uncertainty does improve the results. But why I use a lightweight network and implement self-teaching, the result is not better but worse?

@mattpoggi
Copy link
Owner

Can you give more details about the lightweight model and the training protocol (epochs, etc.)?

@lnSong
Copy link
Author

lnSong commented Jun 13, 2023

I use mobilenet as the backbone, the epoch is 100, and the learning rate is 0.0001. I first train the teacher network, then fix the teacher network, and then use mobilenet with uncertainty prediction branch as the student network. The teacher network is the same as the student network.Thank you!

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