# pytorch_models **Repository Path**: open-ascend/pytorch_models ## Basic Information - **Project Name**: pytorch_models - **Description**: pytorch models - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-04 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文|[英文](README.en.md) # 模型资源仓库 样例模型资源仓库 ## Table of Contents ### Pytorch #### Computer Vision - Table | 目录 | 说明 | |:---:|:---| | [densenet121](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/classification/densenet121) | 图像分类 | | [mobilenet](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/classification/mobilenet) | 图像分类 | | [resnet50](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/classification/resnet50) | 图像分类 | | [shufflenetv2](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/classification/shufflenetv2) | 图像分类 | | [yolov5](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/object_detection/yolov5) | 目标检测 | | [crnn](https://gitee.com/ai_samples/pytorch_models/tree/master/cv/ocr/crnn) | 文字识别 |