Skip to content

Commit

Permalink
Disable unconnected egraph fix since it has a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed May 15, 2020
1 parent e0c603a commit e2d953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/predict_ud.sh
Expand Up @@ -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 \

Expand Down

0 comments on commit e2d953b

Please sign in to comment.