pliang279 / HighMMT

[TMLR 2022] High-Modality Multimodal Transformer
MIT License
107 stars 7 forks source link

Nonexistent pytorch_perciever. #1

Closed kaitsmith22 closed 2 years ago

kaitsmith22 commented 2 years ago

Hello! When I run python private_test_scripts/perceivers/singletask.py, I get the error Traceback (most recent call last): File "private_test_scripts/perceivers/singletask.py", line 5, in <module> from private_test_scripts.perceivers.crossattnperceiver import MultiModalityPerceiver, InputModality File "/run/determined/workdir/irad_users/smithk/nlp/HighMMT/HighMMT/private_test_scripts/perceivers/crossattnperceiver.py", line 9, in <module> from perceiver_pytorch.caching import cache_by_name_fn ModuleNotFoundError: No module named 'perceiver_pytorch.caching'. Could you push the perceiver_pytorch module?

lvyiwei1 commented 2 years ago

Please follow the instructions at this repository to install perceiver_pytorch: https://github.com/fac2003/perceiver-multi-modality-pytorch