"vscode:/vscode.git/clone" did not exist on "8db776f049732141d1acd6f0c7c24d2297974f31"
run.sh 273 Bytes
Newer Older
Chao Ma's avatar
Chao Ma committed
1
2
3
4
5
6
DGLBACKEND=mxnet python3 ./server.py --id 0 &
DGLBACKEND=mxnet python3 ./server.py --id 1 &
DGLBACKEND=mxnet python3 ./client.py --id 0 &
DGLBACKEND=mxnet python3 ./client.py --id 1 &
DGLBACKEND=mxnet python3 ./client.py --id 2 &
DGLBACKEND=mxnet python3 ./client.py --id 3