Skip to content

Commit 4191693

Browse files
authored
Update run_dqn.sh
1 parent 5be1dbf commit 4191693

File tree

1 file changed

+2
-2
lines changed
  • adversarialRobustness_Component/code/graph_attack

1 file changed

+2
-2
lines changed

adversarialRobustness_Component/code/graph_attack/run_dqn.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dropbox=../../dropbox
44

55
min_n=$1
66
max_n=$2
7-
p=0.15
7+
p=$3
88
min_c=1
99
max_c=3
10-
base_lv=$3
10+
base_lv=$4
1111
data_folder=$dropbox/data/components
1212
save_fold=nodes-${min_n}-${max_n}-p-${p}-c-${min_c}-${max_c}-lv-${base_lv}
1313
base_model_dump=$dropbox/scratch/results/graph_classification/components/$save_fold/epoch-best

0 commit comments

Comments
 (0)