Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #20 Fix legacy cross usage. Future cross() call must have explicit dim parameter. Currently it has warning: ``` Warning: 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. (function operator()) ``` Reviewed By: yutingye Differential Revision: D58848086 fbshipit-source-id: 9976650c62ab75bd894a853ad81e3595fa2e5c57
- Loading branch information