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 In the official code (https://github.com/nwojke/deep_sort), he focused on generative learning using cosine_softmax loss
However, in the code implemented by pytorch that code refer to, it simply conducted a discrimitive learning with cross_entropy
deep_sort_pytorch/deep_sort/deep/train.py
Line 67 in 8cfe246
Is there a big difference between the reason and the performance of this implementation?
The text was updated successfully, but these errors were encountered:
hello @youngjae-avikus did you change it to cosine softmax_loss ?
Sorry, something went wrong.
No branches or pull requests
Hi
In the official code (https://github.com/nwojke/deep_sort), he focused on generative learning using cosine_softmax loss
However, in the code implemented by pytorch that code refer to, it simply conducted a discrimitive learning with cross_entropy
deep_sort_pytorch/deep_sort/deep/train.py
Line 67 in 8cfe246
Is there a big difference between the reason and the performance of this implementation?
The text was updated successfully, but these errors were encountered: