taoyang1122 / adapt-image-models

[ICLR'23] AIM: Adapting Image Models for Efficient Video Action Recognition
Apache License 2.0
266 stars 21 forks source link

About CLIP-based adapter #28

Open kaiw7 opened 1 year ago

kaiw7 commented 1 year ago

HI, I am trying to reproduce the CLIP with adapter for action recognition. But I met an issue ' Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass RuntimeError: Expected is_sm80 to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.)' . Could I know about whether you also met this before?

taoyang1122 commented 1 year ago

Hi, I didn't have this issue. What is your environment?