-
Notifications
You must be signed in to change notification settings - Fork 2.3k
compare namespace in counter and min_count #3644
Conversation
@matt-gardner Can you please review the PR? |
Two issues:
|
@matt-gardner The build error is while executing: If I am not mistaken for example if we have
|
Yes, that's what's happening. You need to figure out what's wrong in the code that's causing that error, then fix it, and put the fix in this PR. Probably easiest if you run the failing test locally. |
@nadgeri14, it would be great to have this fix in if you still have the time to work on it! |
@brendan-ai2 @matt-gardner Hey sorry for lately being inactive, I have exams, as a result, I could not attend it. I will try to close the PR by the end of next week. |
@nadgeri14 no worries--thanks for the contribution! |
@nadgeri14 should we leave this open? Do you still expect to get to this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment on the changelog. Feel free to merge!
CHANGELOG.md
Outdated
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Allow the order of examples in the task cards to be specified explicitly | |||
- `histogram_interval` parameter is now deprecated in `TensorboardWriter`, please use `distribution_interval` instead. | |||
- Memory usage is not logged in tensorboard during training now. `ConsoleLoggerCallback` should be used instead. | |||
- If you use the `min_count` parameter of the Vocabulary, but you specify a namespace that does not exist, the vocabulary creation should raise a `ConfigurationError`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just change the wording here. It no longer "should". Now it "does"!
fix for #2292