-
Notifications
You must be signed in to change notification settings - Fork 586
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
Question #34
Comments
Hi,the default loss function is cross entropy loss,MixSoftmaxCrossEntropyLoss means auxiliary loss (deep supervised)+ cross entropy loss. |
Thanks for your reply. When I use multi-gpu to evaluate my trained model, I get an error. |
Hey @HuaZheLei, I'm running into this issue as well (for ENet specifically, but the same principle applies). Did you find a resolution? |
Hello again @HuaZheLei, not sure if you are still looking at this or not, but I just created a pull request (#50) which now fully supports multi-GPU evaluation. I tested with the following command:
Feel free to give it a shot and let me know if it solves your issue! |
Thanks for your nice work. I can not figure out 'MixSoftmaxCrossEntropyLoss' in your code, which is the default loss function. Could you explain it for me?
The text was updated successfully, but these errors were encountered: