# dl_template **Repository Path**: gql125/dl_template ## Basic Information - **Project Name**: dl_template - **Description**: deep learning template(denoising) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-23 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### create environment 1. conda create -n env_name python=3.8 2. conda activate env_name 3. conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch 4. pip install -r requirements.txt