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

There is a problem with the understanding of training classifier A first and then training classifier B #18

Open
Mr-Da-Yang opened this issue Jan 22, 2021 · 1 comment

Comments

@Mr-Da-Yang
Copy link

Hello!
for what you described in the article, first train classifier A, then train classifier B, but in vgg_v1.py, add these two losses, and then the main function reverses this loss. Shouldn't the losses of classifer A,B be passed back separately in the main function?
Thanks for the guidance!

@xiaomengyc
Copy link
Owner

Hi,
We apply two classifiers. The final loss value is computed by adding the cross-entropy loss of them. We do not apply any reverse functions.

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