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

Softmax runtime warning #22

Open
hiramustafa77 opened this issue Oct 21, 2021 · 0 comments
Open

Softmax runtime warning #22

hiramustafa77 opened this issue Oct 21, 2021 · 0 comments

Comments

@hiramustafa77
Copy link

UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
this is the original code line: density_cls_prob = F.softmax(density_cls_score)
So how do I know whether dim should be taken '0' or '1'

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