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.
123456 |
- #PBS –N job1
- #PBS –m ae
- #PBS –M [email protected]
- #PBS –l nodes=1:ppn=5
- cd ./
- python -nodisplay -nodesktop -nojvm <./read_data.py > result.txt
|