Skip to content

Instantly share code, notes, and snippets.

@darrenxyli
Last active May 1, 2018 05:41
Show Gist options
  • Save darrenxyli/1c222b20e7b493976edb586888edd50b to your computer and use it in GitHub Desktop.
Save darrenxyli/1c222b20e7b493976edb586888edd50b to your computer and use it in GitHub Desktop.
deep learning conda env config
name: dl
channels:
- pytorch
dependencies:
- python=3.6
- jupyter
- matplotlib
- pandas
- seaborn
- opencv
- pytorch
- cuda91
- pip:
- requests
- visdom
- pillow
- graphviz
- torchvision
- git+https://github.com/pytorch/tnt.git@master
- fire
- jieba
- ipdb
- tqdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment