# pytorch_learn **Repository Path**: xiwanggit/pytorch_learn ## Basic Information - **Project Name**: pytorch_learn - **Description**: pytorch学习 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-13 - **Last Updated**: 2021-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### [相关文档](https://blog.csdn.net/fish2009122/article/details/107877842) ### env * Python:3.7.9 ### code * 模型 * classification: 图片分类 * detectron:目标检测 * [FaceBook Github](https://github.com/facebookresearch/detectron2) * install & demo * [g++版本问题:g++: 错误:unrecognized command line option ‘-std=c++14’](https://blog.csdn.net/weixin_42744102/article/details/107219137) * [simple install](https://medium.com/@sujoydebnath.92/installing-detectron2-with-anaconda-and-cuda-on-linux-7b710663326c) * [tutorials](https://detectron2.readthedocs.io/tutorials/) ### other * 监视N卡运行情况:`watch -n 10 nvidia-smi` * [训练器 demo](https://pytorch.apachecn.org/docs/1.2/beginner/blitz/cifar10_tutorial.html) * [Pytorch API](https://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision-models/)