question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Evaluating Neural Network model using Errant

See original GitHub issue

Dear @all

I have an overview of your documentation, I’m still confused about how to evaluate my Neural Network model (GEC). As I understood that, I have to translate the test set (correcting), then build a new (M2) file using errant_parallel command. The last step is to use errant_compare with the span-based correction to get F0.5 score.

Is this correct? What is the optimal way to evaluate my NN model using Errant?

Regards,

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
chrisjbryantcommented, Aug 4, 2020

Looks like you forgot to install a spacy model.

You need to run python3 -m spacy download en after you pip install errant. It’s the last line in the installation instructions.

2reactions
chrisjbryantcommented, Aug 3, 2020

Hi,

You don’t need to be confused because you are correct!

  1. Use errant_parallel to build a new M2 file from the original sentences and your corrected sentences.
  2. Use errant_compare to compare your system M2 file with the gold standard M2 file.

That’s all there is to it. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using model systems to understand errant plasticity ... - NCBI
In vivo model systems are a critical tool for gaining insight into the pathology underlying psychiatric disorders.
Read more >
Uncertainty aware anomaly detection to predict ... - DeepAI
Here, we propose to use a Siamese Neural Network model to provide a similarity ranking between a normal and an anomalous pulse in...
Read more >
Using VisIt to Evaluate the Accuracy of a ... - ACM Digital Library
ABSTRACT. Using VisIt, we visualized a 3D volume of neural axons for a larval zebrafish from electron microscope data and locations for ...
Read more >
Verification of Deep Convolutional Neural Networks Using ...
The evaluation of our approach consists of two parts. First, we evaluate robustness verification of deep neural networks in comparison to ...
Read more >
arXiv:2110.12006v1 [physics.acc-ph] 22 Oct 2021
of an uncertainty aware Machine Learning method, the Siamese neural network model, to predict upcoming errant beam pulses using the data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found