PyTorch implementation of Dynamic Graph Convolutional Network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run.sh 160B

123456
  1. #PBS –N job1
  2. #PBS –m ae
  3. #PBS –M [email protected]
  4. #PBS –l nodes=1:ppn=5
  5. cd ./
  6. python -nodisplay -nodesktop -nojvm <./read_data.py > result.txt