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 meshgrid warning #137

Closed
talonchandler opened this issue Jul 25, 2023 · 0 comments · Fixed by #138
Closed

torch meshgrid warning #137

talonchandler opened this issue Jul 25, 2023 · 0 comments · Fixed by #138
Assignees

Comments

@talonchandler
Copy link
Collaborator

recOrder tests surfaced the following warning:

recOrder/tests/cli_tests/test_compute_tf.py::test_compute_transfer
  /opt/anaconda3/envs/recorder-dev/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/pytorch/aten/src/ATen/native/TensorShape.cpp:3484.)
    return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
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

Successfully merging a pull request may close this issue.

1 participant