pytorch
doublechenchenchen
这个作者很懒,什么都没留下…
展开
-
Ubuntu上安装运行 rotated_maskrcnn
主要介绍 如何安装 使用rotated_maskrcnn原创 2022-07-08 09:35:14 · 561 阅读 · 0 评论 -
ImportError: cannot import name ‘PILLOW_VERSION‘ from ‘PIL‘ (/home/cc/anaconda3/envs/ultrapose/lib/p
conda install pillow=6.1原创 2022-04-01 01:06:35 · 1112 阅读 · 0 评论 -
detectron2 train with own datasets
1. detecton2/data/datasets/builtin.py#appoint self datasets pathself_datasets_root = 'datasets'2. coco_self_train coco_self_val#appoint self datasets pathself_datasets_root = 'datasets'_PREDEFINED_SPLITS_COCO = {}_PREDEFINED_SPLITS_COCO["...原创 2020-09-08 21:54:03 · 304 阅读 · 0 评论 -
pytorch install
for python2.7 or python3.5conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yesconda install pytorch torchvision cuda80 -c soum...转载 2018-05-09 16:56:58 · 235 阅读 · 0 评论 -
install requirements in anaconda
h5py:pip install h5pyopencv:pip install opencv-pythonprogress:conda install -c conda-forge progresscudnn: conda install -c anaconda cudnn原创 2018-05-15 19:27:35 · 1102 阅读 · 0 评论 -
check pytorch version and install
install pytorch with specific version :conda install pytorch=0.1.10 -c soumithpip install pytorch=0.1.10 check the version:import torchprint(torch.__version__)原创 2018-07-19 10:24:02 · 5227 阅读 · 1 评论