Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #!/bin/bash
  2. #PBS -l walltime=12:00:00
  3. #PBS -l nodes=1:gpus=1
  4. #PBS -A eeg-641-aa
  5. #PBS -e /home/enewel3/jobs/relation2vec/proto.stderr
  6. #PBS -o /home/enewel3/jobs/relation2vec/proto.stdout
  7. #PBS -N r2v-proto
  8.  
  9. # Load modules, source virtualenv, go to source dir
  10. module load apps/python/2.7.10 cuda/7.5.18 libs/cuDNN/4
  11. source /home/enewel3/entity-embeddings/venv/bin/activate
  12. cd /home/enewel3/entity-embeddings/src/embedder
  13.  
  14. # Run the model
  15. THEANO_FLAGS='floatX=float32,device=gpu' ./train_r2v.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement