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

question about the performance #6

Open
imsotable opened this issue Jul 6, 2023 · 1 comment
Open

question about the performance #6

imsotable opened this issue Jul 6, 2023 · 1 comment

Comments

@imsotable
Copy link

Hello! I only used the simulated heatmap for experiments. The teacher model is resnet-50, and the student model is resnet-18. However, after 210 epochs, the accuracy of resnet-18 is only 0.2. After reading the log file, I found that the main reason is that the reg_loss is seriously oscillating. Can you give me some advice?

@Shelro
Copy link
Collaborator

Shelro commented Sep 4, 2023

I guess you use res-18+GAP+deeppose as the student, am i right?

If so, GAP will cause the loss of spatial information in the feature map, making it difficult for the model to learn beneficial spatial information by simulating the heat map, thus causing oscillations.

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