Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the yml file ? #9

Open
ma3252788 opened this issue Nov 8, 2019 · 3 comments
Open

Where is the yml file ? #9

ma3252788 opened this issue Nov 8, 2019 · 3 comments

Comments

@ma3252788
Copy link

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

@MeioJane
Copy link
Owner

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

@ausilianapoli
Copy link

Commands for creating conda environment:

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

@alexisbenichoux
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants