
环境安装
让我中个100万
这个作者很懒,什么都没留下…
展开
-
Linux 安装 mmdet
mmdet mmdetection linux环境搭建 v2.11.0conda虚拟环境下的pytorch 1.3.0搭建安装cython搭建mmcv-full搭建mmdetection v2.11.0测试能否运行参考的各个网站:https://blog.youkuaiyun.com/sinat_28442665/article/details/108059954https://blog.youkuaiyun.com/qq_41375609/article/details/94833928https://www.原创 2022-05-22 12:02:10 · 633 阅读 · 1 评论 -
conda虚拟环境安装tensorflow-gpu
tensorflow安装conda install tensorflow-gpuAttributeError: module ‘tensorflow’ has no attribute ‘compattestimport tensorflow as tftf.Session() #若出现GPU信息则说明安装成功# 或者tf.test.is_gpu_available() #输出True, 则安装成功 tensorflow-estimator==2.2.0 有可能会出错 需要安装其他版本原创 2021-02-19 00:01:17 · 593 阅读 · 0 评论 -
pip安装torch torchvision cuda
pip 安装pyTorchpip install torch1.3.0+cu92 torchvision0.4.1+cu92 -f https://download.pytorch.org/whl/torch_stable.html --no-cache-dir需要安装的torch版本, cuda版本, torchvision版本 需要对应官网地址:https://pytorch.org/pip库安装临时源: -i https://pypi.tuna.tsinghua.edu.cn/simple原创 2021-02-18 23:38:10 · 3235 阅读 · 2 评论