CHR
CHR copied to clipboard
Where is the yml file ?
Could you tell me where is the *.yml file ? I can not find it~ Thanks very much !!
Could you tell me where is the *.yml file ? I can not find it~ Thanks very much !!
If you mean csv file ? my code do not contain yml file
Commands for creating conda environment:
conda create -n SIXray python=3.5 pytorch=0.4 numpy tqdm
pip install torchnet
pip install torchvision
you can create environment.yaml as
name: CHR
channels:
- pytorch
dependencies:
- pytorch=0.3.1
- python=3.5
- torchvision
- tqdm
- pip:
- torchnet
prefix: /opt/conda/envs/env/