Guest User

Untitled

a guest
Dec 9th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Create virtual environment
  2. virtualenv -p python3 venv
  3. source venv/bin/activate
  4. pip -V
  5. pip install --upgrade pip
  6. pip install tensorflow
  7. pip install tensorflow-gpu==[version]
  8.  
  9. # Mount remote directories
  10. sshfs msun@illidan-gpu-1.egr.msu.edu:/mnt/research/projects/sunmeng2/data data
Add Comment
Please, Sign In to add comment