base code for pytorch distributed, add cyclegan
This commit is contained in:
22
environment.yml
Normal file
22
environment.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: raycv
|
||||
channels:
|
||||
- pytorch
|
||||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.8
|
||||
- numpy
|
||||
- ipython
|
||||
- tqdm
|
||||
- pyyaml
|
||||
- pytorch=1.6.*
|
||||
- torchvision
|
||||
- cudatoolkit=10.2
|
||||
- ignite
|
||||
- tensorboard
|
||||
- omegaconf
|
||||
- python-lmdb
|
||||
- fire
|
||||
# - opencv
|
||||
# - jupyterlab
|
||||
|
||||
Reference in New Issue
Block a user