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

pspnet training #243

Open
kingloo2014 opened this issue May 20, 2020 · 2 comments
Open

pspnet training #243

kingloo2014 opened this issue May 20, 2020 · 2 comments

Comments

@kingloo2014
Copy link

hello, when I trained the pspnet, I found the ouput of this network has 2 tensors. So, the loss function cannot accept this output and lead to crash. Could you tell me which loss function should be used in this network ?

@yyyjia
Copy link

yyyjia commented Jul 2, 2020

When training, there are two loss functions, only one in the test phase.

@Da-He
Copy link

Da-He commented Oct 1, 2020

hello, when I trained the pspnet, I found the ouput of this network has 2 tensors. So, the loss function cannot accept this output and lead to crash. Could you tell me which loss function should be used in this network ?

When using PSPNet, it seems that you should use "multi_scale_cross_entropy" instead of "cross_entropy" in your config file.

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

3 participants