mmcv官网往期版本以及配套cuda和pytorch版本

mmcv官网往期版本以及配套cuda和pytorch版本

为 MMCV-FULL 构建的其他 PYTORCH 版本
我们不再提供mmcv-full在较低版本下编译的包PyTorch,但为了您的方便,您可以在下面找到它们。

OTHER VERSIONS OF PYTORCH BUILT FOR MMCV-FULL
We no longer provide mmcv-full packages compiled under lower versions of PyTorch, but for your convenience, you can find them below.

PyTorch 1.4
| 1.0.0 <= mmcv_version <= 1.2.1

CUDA 10.1

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html

CUDA 9.2

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html

CPU

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.4.0/index.html

PyTorch v1.3

| 1.0.0 <= mmcv_version <= 1.3.16

CUDA 10.1

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.3.0/index.html

CUDA 9.2

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.3.0/index.html

CPU

pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.3.0/index.html

你可能感兴趣的:(深度学习,pytorch,深度学习,人工智能)