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

in mnist folder,why teacher_mnist and stdudent_mnist do not contain the softmax? #27

Open
parquets opened this issue Aug 13, 2020 · 3 comments

Comments

@parquets
Copy link

No description provided.

@briliantnugraha
Copy link

briliantnugraha commented Aug 13, 2020

Hi @parquets, FYI, they add softmax when they compute the loss function, see kd loss here https://github.com/peterliht/knowledge-distillation-pytorch/blob/master/model/net.py#L110-L112

@parquets
Copy link
Author

Hi @parquets, FYI, they add softmax when they compute the loss function, see kd loss here https://github.com/peterliht/knowledge-distillation-pytorch/blob/master/model/net.py#L110-L112

thank you, I get it

@parquets
Copy link
Author

@peterliht Could you give me pre-trained model for ResNet110?

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