# pytorch-notes **Repository Path**: power9508/pytorch-notes ## Basic Information - **Project Name**: pytorch-notes - **Description**: PyTorch 笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-23 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 ```shell conda create --name pytorch python=3.12 conda activate pytorch conda env list conda env remove --name pytorch conda install pytorch torchvision torchaudio cpuonly -c pytorch pip3 install torch torchvision torchaudio ```