# dl **Repository Path**: ai-workspace/dl ## Basic Information - **Project Name**: dl - **Description**: 用于学习AI的项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-26 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dl #### 介绍 用于学习AI的项目 #### 软件架构 ##### conda环境准备 ```sh # 创建pytorch_env的环境 conda create --name pytorch_env python=3.9 # 激活虚拟环境 conda activate pytorch_env # 安装pytorch pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126 ```