From e2d953b8e4257709cf1270851a63302fe407963d Mon Sep 17 00:00:00 2001 From: Daniel Hershcovich Date: Fri, 15 May 2020 11:22:28 +0200 Subject: [PATCH] Disable unconnected egraph fix since it has a bug --- bash/predict_ud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/predict_ud.sh b/bash/predict_ud.sh index 51ee49e..5f7b9a8 100644 --- a/bash/predict_ud.sh +++ b/bash/predict_ud.sh @@ -20,7 +20,7 @@ allennlp predict \ --batch-size 32 \ --silent \ --cuda-device 0 \ - --override "{\"model\": {\"output_null_nodes\": true, \"max_heads\": 7, \"max_swaps_per_node\": ${max_swaps_per_node:-3}, \"fix_unconnected_egraph\": ${fix_unconnected_egraph:-true}}}" \ + --override "{\"model\": {\"output_null_nodes\": true, \"max_heads\": 7, \"max_swaps_per_node\": 30, \"fix_unconnected_egraph\": false}}" \ $checkpoint_dir \ $preprocessed_file \