-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
/home/work/miniconda3/envs/ml-spm/lib/python3.11/site-packages/mlspm/graph/_data_loading.py:43: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /opt/conda/conda-bld/pytorch_1695392026823/work/aten/src/ATen/native/TensorShape.cpp:3614.)
edges.append(torch.Tensor(m.bonds).T.long())
Metadata
Metadata
Assignees
Labels
No labels