"vscode:/vscode.git/clone" did not exist on "8af8c82faa2ee8fcab976d9d686e73116d64531b"
Unverified Commit 86613a95 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Add contiguous() call just in case

parent 03518fd1
......@@ -96,6 +96,7 @@ def identity_rot_mats(
)
rots = rots.view(*((1,) * len(batch_dims)), 3, 3)
rots = rots.expand(*batch_dims, -1, -1)
rots = rots.contiguous()
return rots
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment