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.

Don't show OOV warnings for intents/responses

See original GitHub issue

currently there’s a warning shown that NLU can’t find the OOV token whenever you train a model with this configured:

2019-11-04 11:04:43 WARNING  rasa.nlu.featurizers.count_vectors_featurizer  - OOV_token='oov' was given, but it is not present in the training data. All unseen words will be ignored during prediction.
2019-11-04 11:04:43 WARNING  rasa.nlu.featurizers.count_vectors_featurizer  - OOV_token='oov' was given, but it is not present in the training data. All unseen words will be ignored during prediction.

I suspect these warnings come during intent featurization, and response selector featurization. This warning shouldn’t be shown during the intent stage at all, and for response selector only when it’s not empty. We should maybe also specify for which part the warning is thrown

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
akeladcommented, Apr 27, 2020

actually i think we can close this, it shows a different warning now

1reaction
wochingecommented, Jan 24, 2020

Ok cool, thanks, getting it now 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio: disable warning "if statement can be simplified"
You don't really need answers like this. You can autogenerate the suppression code for any warning by clicking on the code with the...
Read more >
Suppress compiler warnings - Visual Studio - Microsoft Learn
In Solution Explorer, choose the project in which you want to suppress warnings. Right-click on the project node, and choose Properties on ...
Read more >
Disable and suppress inspections | IntelliJ IDEA Documentation
In the Inspection Results tool window (after running code analysis), right-click the inspection you want to disable and select Disable ...
Read more >
Remove unwanted ads, pop-ups and malware - Android
On your screen, touch and hold Power off Power . ... If you don't see 'Permissions' or 'Notifications', the site doesn't have notifications...
Read more >
What if Trigger Warnings Don't Work? | The New Yorker
New psychological research suggests that trigger warnings do not reduce negative reactions to disturbing material—and may even increase them.
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