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

The loss calculation of PSPNet #113

Open
Rhyssiyan opened this issue Jun 16, 2020 · 0 comments
Open

The loss calculation of PSPNet #113

Rhyssiyan opened this issue Jun 16, 2020 · 0 comments

Comments

@Rhyssiyan
Copy link

For the implementation of PSPNet, e.g. ade.pspnet.R101_v1c folder, CrossEntropyLoss is adopted as the criterion for the PSPNet(train.py L49). However, the prediction, which is then fed into the criterion, has been transformed with log_softmax(network.py L50). If I don't miss something, should the correct criterion used here be NLLLoss?

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

1 participant