# pytorch tutorial **Repository Path**: qode/pytorch-tutorial ## Basic Information - **Project Name**: pytorch tutorial - **Description**: PyTorch 手写数字识别 教程代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 31 - **Created**: 2025-07-06 - **Last Updated**: 2025-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 手写数字识别项目 安装库: pip install numpy torch torchvision matplotlib 运行: python test.py 首次运行会下载MNIST数据集,请保持网络畅通