Skip to content

Instantly share code, notes, and snippets.

@thundo
Created July 16, 2020 16:32
Show Gist options
  • Save thundo/c75d16a2474896d3cc9ad20df649005f to your computer and use it in GitHub Desktop.
Save thundo/c75d16a2474896d3cc9ad20df649005f to your computer and use it in GitHub Desktop.
StyleGAN2 Conda environment
name: stylegan2
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _tflow_select=2.1.0=gpu
- absl-py=0.9.0=py37_0
- astor=0.8.0=py37_0
- blas=1.0=mkl
- brotlipy=0.7.0=py37h7b6447c_1000
- c-ares=1.15.0=h7b6447c_1001
- ca-certificates=2020.6.20=hecda079_0
- certifi=2020.6.20=py37hc8dfbb8_0
- cffi=1.14.0=py37he30daa8_1
- chardet=3.0.4=py37_1003
- cryptography=2.9.2=py37h1ba5d50_0
- cudatoolkit=10.0.130=0
- cudatoolkit-dev=10.1.243=h516909a_3
- cudnn=7.6.5=cuda10.0_0
- cupti=10.0.130=0
- freetype=2.10.2=h5ab3b9f_0
- gast=0.2.2=py37_0
- google-pasta=0.2.0=py_0
- grpcio=1.27.2=py37hf8bcb03_0
- h5py=2.10.0=py37hd6299e0_1
- hdf5=1.10.6=hb1b8bf9_0
- idna=2.10=py_0
- intel-openmp=2020.1=217
- jpeg=9b=h024ee3a_2
- keras-applications=1.0.8=py_0
- keras-preprocessing=1.1.0=py_1
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20191231=h7b6447c_0
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_0
- libpng=1.6.37=hbc83047_0
- libprotobuf=3.12.3=hd408876_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- libtiff=4.1.0=h2733197_1
- lz4-c=1.9.2=he6710b0_0
- markdown=3.1.1=py37_0
- mkl=2020.1=217
- mkl-service=2.3.0=py37he904b0f_0
- mkl_fft=1.1.0=py37h23d657b_0
- mkl_random=1.1.1=py37h0573a6f_0
- ncurses=6.2=he6710b0_1
- numpy=1.18.5=py37ha1c710e_0
- numpy-base=1.18.5=py37hde5b4d6_0
- olefile=0.46=py37_0
- openssl=1.1.1g=h516909a_0
- opt_einsum=3.1.0=py_0
- pillow=7.1.2=py37hb39fc2d_0
- pip=20.1.1=py37_1
- protobuf=3.12.3=py37he6710b0_0
- pycparser=2.20=py_0
- pyopenssl=19.1.0=py37_0
- pysocks=1.7.1=py37_0
- python=3.7.7=hcff3b4d_5
- python_abi=3.7=1_cp37m
- readline=8.0=h7b6447c_0
- requests=2.24.0=py_0
- scipy=1.5.0=py37h0b6359f_0
- setuptools=47.3.1=py37_0
- six=1.15.0=py_0
- sqlite=3.32.3=h62c20be_0
- tensorboard=1.15.0=pyhb230dea_0
- tensorflow=1.15.0=gpu_py37h0f0df58_0
- tensorflow-base=1.15.0=gpu_py37h9dcbed7_0
- tensorflow-estimator=1.15.1=pyh2649769_0
- tensorflow-gpu=1.15.0=h0d30ee6_0
- termcolor=1.1.0=py37_1
- tk=8.6.10=hbc83047_0
- urllib3=1.25.9=py_0
- webencodings=0.5.1=py37_1
- werkzeug=0.16.1=py_0
- wheel=0.34.2=py37_0
- wrapt=1.12.1=py37h7b6447c_1
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.4=h0b5b093_3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment