# AscendPytorchCrowdintelligenceDevdoc **Repository Path**: zuoqi200/ascend-pytorch-crowdintelligence-doc ## Basic Information - **Project Name**: AscendPytorchCrowdintelligenceDevdoc - **Description**: Pytorch模型众智文档管理仓 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 46 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 昇腾Pytorch模型众智开发者文档 #### 介绍 Pytorch模型众智文档管理仓,用于协作开发 [Ascend PyTorch 模型众智文档-训练](./AscendPyTorch模型众智文档-训练.md) [Ascend PyTorch 模型众智文档-离线推理](./AscendPyTorch模型众智文档-离线推理.md) [Ascend Pytorch 模型众智 FAQ](./AscendPytorch模型众智FAQ.md) #### 录屏 [2020-11-03_PyTorch模型众筹培训和交流](https://ascend-release.obs.cn-north-4.myhuaweicloud.com/Training/2020-11-03_PyTorch%E6%A8%A1%E5%9E%8B%E4%BC%97%E7%AD%B9%E5%9F%B9%E8%AE%AD%E5%92%8C%E4%BA%A4%E6%B5%81.mp4) [2021-03-09_PyTorch模型众筹培训和交流](https://ascend-release.obs.cn-north-4.myhuaweicloud.com/Training/2021-03-09%20PyTorch%E6%A8%A1%E5%9E%8B%E4%BC%97%E6%99%BA%E5%9F%B9%E8%AE%AD.mp4) #### 更新说明 2021.3.12 初始化 #### 参与贡献 1. 申请仓开发权限 2. fork 该仓到个人仓 3. push, 提交PR ##### FAQ贡献格式 ``` 1. 图片统一放置在```./figures/```目录下,命名格式为 model_faq${number}_${图片序号}.png 2. FAQ样板如下 ### FAQ${number}、${title}。 * 现象描述 ![](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/raw/master/figures/model_faq${number}_${图片序号}.png) * 原因分析 xxxx * 处理方法 xxxx ```