安装
pip install torch===1.4.0 torchvision===0.5.0 -i https://pypi.tuna.tsinghua.edu.cn/simple -f https://download.pytorch.org/whl/torch_stable.html
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
日常操作
- pytorch入坑一 | Tensor及其基本操作
- 【pytorch】图像基本操作
- 权重初始化正则化
- 图像分类:数据增强(Pytorch版)
- [日常] PyTorch 预训练模型,保存,读取和更新模型参数以及多 GPU 训练模型
- pytorch中查看gpu信息