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

Mention lack of implicit broadcasting in nuisances tutorial #415

Open
joelberkeley opened this issue Jul 11, 2024 · 0 comments
Open

Mention lack of implicit broadcasting in nuisances tutorial #415

joelberkeley opened this issue Jul 11, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@joelberkeley
Copy link
Owner

Explain that you can't e.g. add [1, 2] to [[1, 2], [3, 4]], unlike in numpy, because it would mar type inference. Explain that we currently also don't intelligently remove any broadcast/reshape/expand used to make this work, and we don't know if ML compilers will do this for you.

@joelberkeley joelberkeley added the documentation Improvements or additions to documentation label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant