# My-PyTorch-Learn **Repository Path**: Mq-b/My-PyTorch-Learn ## Basic Information - **Project Name**: My-PyTorch-Learn - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My-PyTorch-Learn 本仓库是个人基于 **PyTorch** 进行学习,记录学习笔记。 - **PyTorch Version**: `2.8.0+cu126` - **系统**: `Windows 11` - **Python Version**: `3.11.5` - **硬件配置**: - 内存: `32GB DDR5 5600M` - CPU: `Intel i7-13700H` - 显卡: `NVIDIA RTX 4060` ## 安装 PyTorch 假设您拥有 Python 3.10 以上版本,并且已安装 pip。 打开 [PyTorch](https://pytorch.org/) 官网 ,选择您需要的版本,并复制命令。 例如我所执行的命令为: ```shell pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 ``` 安装完成后,可以执行 [`Check-PyTorch-Installation.py`](./src/01Check-PyTorch-Installation.py) 脚本来来检查 PyTorch 是否安装成功。