You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the list of tasks the parser training model expects from the tagging model (form,upos…) is hard-coded while the tagging model can be trained with various tasks.
This list should be saved somewhere and retrieved.
Currently the list of tasks the parser training model expects from the tagging model (form,upos…) is hard-coded while the tagging model can be trained with various tasks.
This list should be saved somewhere and retrieved.
This is described here:
lima/deeplima/libs/tasks/graph_dp/train/train_graph_dp.cpp
Line 77 in 7c7b1c6
And in 7c7b1c6
If tasks lists does not match, parsing fails with
The text was updated successfully, but these errors were encountered: