Skip to content

Support the case where DAN does not output anything

Yoann Schneider requested to merge handle-case-no-prediction into main

Current version crashes (at least on NER) because it tries to compute probabilities on empty indices. We should skip most of that computation altogether when no text is predicted.

Merge request reports

Loading