Sadra Barikbin
Sadra Barikbin
Hi @n1t0 , I want to represent numbers with the token `[NUM]`. A specific regex normalizer which keeps only alphanumeric characters causes tokenizer not to identify this token. This is...
Fixes #2623 Description: Check list: - [x] New tests are added (if a new feature is added) - [ ] New doc strings: description and/or example code are in RST...
Fixes #2488 Description: This is the proposed implementation for `StepParamScheduler` feature. Check list: - [x] New tests are added (if a new feature is added) - [x] New doc strings:...
## 🚀 Feature I propose to add `StepParamScheduler` to `ignite.handlers.param_scheduler`. It is basically used to multiply a parameter by a fixed factor every `step_size` steps. This can be done by...
Hi, In order to get expected sequence of `lr`s from `create_lr_scheduler_with_warmup`'s scheduler, one must not attach it to engine on event `EPOCH_COMPLETED` because it produces the `lr` passed to optimizer's...
Hi, Thanks for organizing this task. Target expression of third opinion in MPQA train sample 1898 is seemingly wrong. It is the `it` within `with` ! ```{'Intensity': 'Average', 'Polar_expression': [['expressed...
Hi, There is a mistake in train sample 832: ``` {'opinions': [{'Intensity': 'Strong', 'Polar_expression': [['ez zebilen bat ere ondo'], ['6:29']], 'Polarity': 'Negative', 'Source': [['Nik', 'nuen'], ['0:3', '7:11']], 'Target': [['WiFia'], ['0:5']]}],...
Hi, darmstadt_unis train sample 1666 is seemingly wrong. It is: ``` {'opinions': [{'Intensity': 'Strong', 'Polar_expression': [['All', 'care money'], ['0:3', '9:28']], 'Polarity': 'Negative', 'Source': [[], []], 'Target': [['they'], ['4:8']]}, {'Intensity': 'Average',...
Hi, During docker image build these issues arise:  After some lines:  And finally: 
spellcheck and linkcheck was added to workflow yml file. ## Checklist: - [x] Did you have fun?