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

Broadcasting #10

Open
davidweichiang opened this issue Jan 4, 2022 · 3 comments
Open

Broadcasting #10

davidweichiang opened this issue Jan 4, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@davidweichiang
Copy link
Contributor

torch.einsum now supports broadcasting: pytorch/pytorch#48420

@bdusell
Copy link
Owner

bdusell commented Jan 5, 2022

Yes, this would be a good feature to add, and I don't think it would be too tough to implement.

@davidweichiang
Copy link
Contributor Author

Maybe just call torch.expand on the arguments beforehand?

@davidweichiang
Copy link
Contributor Author

Or is it possible that it just works already, but the dimension checks are too strict?

@bdusell bdusell added the enhancement New feature or request label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants