CHR icon indicating copy to clipboard operation
CHR copied to clipboard

Where is the yml file ?

Open ma3252788 opened this issue 5 years ago • 3 comments

Could you tell me where is the *.yml file ? I can not find it~ Thanks very much !!

ma3252788 avatar Nov 08 '19 02:11 ma3252788

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

MeioJane avatar Nov 25 '19 07:11 MeioJane

Commands for creating conda environment:

conda create -n SIXray python=3.5 pytorch=0.4 numpy tqdm
pip install torchnet
pip install torchvision

ausilianapoli avatar Feb 25 '20 09:02 ausilianapoli

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/

alexisbenichoux avatar Sep 22 '20 09:09 alexisbenichoux