We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some instances, the MLP outputs are better than those processed with the CRF: see for example: #42 (comment)
In these instances, an operator should run use utils/plot_label_generation.py to get the MLP output, and use this instead of the CRF.
utils/plot_label_generation.py
there could be documentation on this workflow.
optionally, Doodler could save both outputs, and then rely on some sort of QA/QC procedure to pick the better output..
Sniffer ( https://github.com/2320sharon/Sniffer & https://github.com/2320sharon/Streamlit_Sniffer) could have a role to play here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In some instances, the MLP outputs are better than those processed with the CRF:
see for example: #42 (comment)
In these instances, an operator should run use
utils/plot_label_generation.py
to get the MLP output, and use this instead of the CRF.there could be documentation on this workflow.
optionally, Doodler could save both outputs, and then rely on some sort of QA/QC procedure to pick the better output..
Sniffer ( https://github.com/2320sharon/Sniffer & https://github.com/2320sharon/Streamlit_Sniffer) could have a role to play here
The text was updated successfully, but these errors were encountered: