Skip to content

Instantly share code, notes, and snippets.

@yueyericardo
Last active January 19, 2019 05:26
Show Gist options
  • Save yueyericardo/6708d798dbd80fc1a7b2783c3951cc07 to your computer and use it in GitHub Desktop.
Save yueyericardo/6708d798dbd80fc1a7b2783c3951cc07 to your computer and use it in GitHub Desktop.
Pytorch TF Environment
# tensorflow
conda create -n tf python=3.5 tensorflow-gpu

# pytorch
conda install pytorch torchvision -c pytorch

# .bashrc
source activate tf

# bash, disable show the name of env
conda config --set changeps1 false

pip install --no-deps torchani
conda install -c pytorch ignite 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment