Commit 019464ea by zlj

aaaa

parent fbf886a8
...@@ -41,7 +41,10 @@ mkdir -p all_"$seed" ...@@ -41,7 +41,10 @@ mkdir -p all_"$seed"
for data in "${data_param[@]}"; do for data in "${data_param[@]}"; do
for topk in "${topk_list[@]}"; do for topk in "${topk_list[@]}"; do
model="TGN_large" model="TGN_large"
probability_params=("0" "0.0001" "0.001" "0.01" "0.1" "1")
if [ "$data" = "StackOverflow" ]; then
probability_params=("0.0001" "0.001" )
fi
neighbor="20" neighbor="20"
if [ "$data" = "WIKI" ] || [ "$data" = "REDDIT" ] || [ "$data" = "LASTFM" ]; then if [ "$data" = "WIKI" ] || [ "$data" = "REDDIT" ] || [ "$data" = "LASTFM" ]; then
model="TGN" model="TGN"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment