Skip to content
Snippets Groups Projects
Commit bf4bc84d authored by Michael Heck's avatar Michael Heck
Browse files

Update DO.example.advanced

parent 3facb46f
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,9 @@ for step in train dev test; do
--class_aux_feats_ds \
${args_add} \
2>&1 | tee ${OUT_DIR}/${step}.log
fi
if [ "$step" = "dev" ] || [ "$step" = "test" ]; then
python3 ~/tools/trippy_clean/metric_bert_dst.py \
python3 metric_bert_dst.py \
${TASK} \
dataset_config/${TASK}.json \
"${OUT_DIR}/pred_res.${step}*json" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment