hyperdimensional-computing / torchhd

Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures
https://torchhd.readthedocs.io
MIT License
221 stars 23 forks source link

emg_hand_gestures.py #137

Closed Conjure12 closed 1 year ago

Conjure12 commented 1 year ago

emg_hand_gestures.py runs incorrectly:'MAPTensor' object has no attribute 'mT'

mikeheddes commented 1 year ago

Hi, thank you for opening this issue. It appears that torch.Tensor.mT got introduced in PyTorch version 1.11.0. Please try upgrading your PyTorch version, if possible.

I will see if we have to increase our minimum PyTorch version, or refactor the code to use older PyTorch operations.