mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
Update environment to install pytorch gpu
This commit is contained in:
@@ -23,7 +23,7 @@ Set up environment
|
||||
|
||||
$ cd D-SCRIPT
|
||||
|
||||
$ conda env create --file environment.yml # Edit this file to change CUDA and cuDNN version if necessary
|
||||
$ conda env create --file environment.yml # Edit this file to change CUDA version if necessary
|
||||
|
||||
$ conda activate dscript
|
||||
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
name: dscript
|
||||
|
||||
channels:
|
||||
- defaults
|
||||
- bioconda
|
||||
- pytorch
|
||||
- conda-forge
|
||||
- defaults
|
||||
|
||||
dependencies:
|
||||
- cudatoolkit=10.2
|
||||
- pip=20.0
|
||||
- python=3.7
|
||||
- pytorch=1.3
|
||||
- cudatoolkit=10.0
|
||||
- pytorch=1.5
|
||||
- torchvision=0.6
|
||||
- h5py
|
||||
- matplotlib
|
||||
- numpy
|
||||
|
||||
Reference in New Issue
Block a user