Skip to content

Commit

Permalink
uncomment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonLeeeee committed May 20, 2023
1 parent aa94d3b commit 6187937
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# python train.py --flagfile=./configs/cora.cfg --gpu_id=0
# python train.py --flagfile=./configs/citeseer.cfg --gpu_id=0
# python train.py --flagfile=./configs/pubmed.cfg --gpu_id=0
# python train.py --flagfile=./configs/computers.cfg --gpu_id=0
# python train.py --flagfile=./configs/photos.cfg --gpu_id=0
# python train.py --flagfile=./configs/cs.cfg --gpu_id=0
# python train.py --flagfile=./configs/physics.cfg --gpu_id=1
# python train.py --flagfile=./configs/mag.cfg --gpu_id=1
python train.py --flagfile=./configs/cora.cfg --gpu_id=0
python train.py --flagfile=./configs/citeseer.cfg --gpu_id=0
python train.py --flagfile=./configs/pubmed.cfg --gpu_id=0
python train.py --flagfile=./configs/computers.cfg --gpu_id=0
python train.py --flagfile=./configs/photos.cfg --gpu_id=0
python train.py --flagfile=./configs/cs.cfg --gpu_id=0
python train.py --flagfile=./configs/physics.cfg --gpu_id=1
python train.py --flagfile=./configs/mag.cfg --gpu_id=1

0 comments on commit 6187937

Please sign in to comment.