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

update call to torch.meshgrid #1

Closed
daneschi opened this issue Jul 1, 2023 · 1 comment
Closed

update call to torch.meshgrid #1

daneschi opened this issue Jul 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@daneschi
Copy link
Member

daneschi commented Jul 1, 2023

/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3190.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]

@daneschi daneschi added the enhancement New feature or request label Jul 1, 2023
@daneschi
Copy link
Member Author

daneschi commented Jul 3, 2023

fixed with explicit default behavior torch.meshgrid(meshpoints,indexing='ij')

@daneschi daneschi closed this as completed Jul 3, 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

1 participant