We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you tell me where is the *.yml file ? I can not find it~ Thanks very much !!
The text was updated successfully, but these errors were encountered:
If you mean csv file ? my code do not contain yml file
Sorry, something went wrong.
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/
No branches or pull requests
Could you tell me where is the *.yml file ?
I can not find it~
Thanks very much !!
The text was updated successfully, but these errors were encountered: