From a6c980881a426cbc635c05b7467073088ad4e6e9 Mon Sep 17 00:00:00 2001 From: Junfei Wu Date: Mon, 4 Jul 2022 20:07:41 +0800 Subject: [PATCH] Update run_politifact.sh --- run_politifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_politifact.sh b/run_politifact.sh index 0a9a794..2dd5507 100644 --- a/run_politifact.sh +++ b/run_politifact.sh @@ -13,7 +13,7 @@ python MasterFC/master_get.py --dataset="PolitiFact" \ --epochs=100 \ --num_att_heads_for_words=3 \ --num_att_heads_for_evds=1 \ - --gnn_window_size=3 \ + --gnn_window_size=2 \ --lr=0.0001 \ --gnn_dropout=0.2 \ --seed=123456 \