We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, dear: From here: https://github.com/Randl/MobileNetV2-pytorch/blob/master/results/mobilenet_v2_0.5_160/results.csv I can see the loss value is still a little large for a good module, from loss definition, loss should be between 0-1, and when nearby 0, it is more accurate, but from the excel the loss is still above 1. Could you please explain this issue? or any optimization need to be done? Thanks!
The text was updated successfully, but these errors were encountered:
Why loss should be between 0-1?
Sorry, something went wrong.
sorry. as I know, many loss functions are defined with cross-entropy loss function. so I think it is between 0-1. Am I right?
cross entropy is not bounded, thus no, you're not right
No branches or pull requests
Hi, dear:
From here:
https://github.com/Randl/MobileNetV2-pytorch/blob/master/results/mobilenet_v2_0.5_160/results.csv
I can see the loss value is still a little large for a good module, from loss definition, loss should be between 0-1, and when nearby 0, it is more accurate, but from the excel the loss is still above 1.
Could you please explain this issue? or any optimization need to be done?
Thanks!
The text was updated successfully, but these errors were encountered: