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

Warning regarding align.py #74

Open
poke1024 opened this issue Jun 3, 2024 · 0 comments
Open

Warning regarding align.py #74

poke1024 opened this issue Jun 3, 2024 · 0 comments

Comments

@poke1024
Copy link

poke1024 commented Jun 3, 2024

With python 3.10, the following warning pops up:

/home/xxx/anaconda3/envs/jupyter/lib/python3.10/site-packages/facetorch/analyzer/utilizer/align.py:223: UserWarning: Using torch.cross without specifying the dim arg is deprecated.
Please either pass the dim explicitly or simply use torch.linalg.cross.
The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at /opt/conda/conda-bld/pytorch_1712608935911/work/aten/src/ATen/native/Cross.cpp:62.)
  r3 = torch.cross(r1, r2)
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

1 participant