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

torch.sum's keepdim argument should be bool not int #173

Open
gding2793 opened this issue Sep 8, 2023 · 0 comments
Open

torch.sum's keepdim argument should be bool not int #173

gding2793 opened this issue Sep 8, 2023 · 0 comments

Comments

@gding2793
Copy link

Hi
I discovered a common issue that frequently occurs in reduce.py.
Many places use an integer instead of a boolean for the "keepdim" parameter in torch.sum

I found someone had fixed one of the bugs: #171

Could you please fix similar issues in reduce.py

Thanks!

@github-actions github-actions bot added the Stale label Oct 8, 2023
@ENOT-AutoDL ENOT-AutoDL deleted a comment from github-actions bot Oct 9, 2023
@github-actions github-actions bot added the Stale label Nov 9, 2023
@ENOT-AutoDL ENOT-AutoDL deleted a comment from github-actions bot Nov 10, 2023
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

2 participants