InternImage 复现记录 赵雷 5 人赞同了该文章 测试了很多torch和cuda版本,终于在以下版本上测试成功 conda install -c "nvidia/label/cuda-11.7.0" cuda pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu116 mim in...