Skip to content

Instantly share code, notes, and snippets.

@johnathaningle
Last active March 27, 2020 23:28
Show Gist options
  • Save johnathaningle/6723797413ddb7620f5454695c14ead7 to your computer and use it in GitHub Desktop.
Save johnathaningle/6723797413ddb7620f5454695c14ead7 to your computer and use it in GitHub Desktop.
A conda environment for getting started with this repository: https://github.com/MortenHannemose/pytorch-vfi-cft
name: torch
channels:
- pytorch
- defaults
dependencies:
- _pytorch_select=1.1.0=cpu
- blas=1.0=mkl
- ca-certificates=2020.1.1=0
- certifi=2019.11.28=py36_1
- cffi=1.14.0=py36h7a1dbc1_0
- cudatoolkit=10.1.243=h74a9793_0
- freetype=2.9.1=ha9979f8_1
- hdf5=1.10.4=h7ebc959_0
- icc_rt=2019.0.0=h0cc432a_1
- intel-openmp=2020.0=166
- jpeg=9b=hb83a4c4_2
- libopencv=4.0.1=hbb9e17c_0
- libpng=1.6.37=h2a8f88b_0
- libtiff=4.1.0=h56a325e_0
- mkl=2020.0=166
- mkl-service=2.3.0=py36hb782905_0
- ninja=1.9.0=py36h74a9793_0
- numpy=1.14.2=py36h5c71026_0
- olefile=0.46=py36_0
- opencv=3.3.1=py36h20b85fd_1
- openssl=1.1.1e=he774522_0
- pillow=6.1.0=py36hdc69c19_0
- pip=20.0.2=py36_1
- pycparser=2.20=py_0
- python=3.6.10=h9f7ef89_1
- pytorch=1.3.1=py3.6_cuda101_cudnn7_0
- setuptools=46.1.1=py36_0
- six=1.14.0=py36_0
- sqlite=3.31.1=he774522_0
- tk=8.6.8=hfa6e2cd_0
- torchvision=0.4.2=py36_cu101
- tqdm=4.43.0=py_0
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_1
- wheel=0.34.2=py36_0
- wincertstore=0.2=py36h7fe50ca_0
- xz=5.2.4=h2fa13f4_4
- zlib=1.2.11=h62dcd97_3
- zstd=1.3.7=h508b16e_0
prefix: C:\Users\John Ingle\Anaconda3\envs\torch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment