Sadra Barikbin

Results 45 issues of 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...

module: handlers

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:...

docs
module: handlers

## 🚀 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...

enhancement
help wanted
question
docs

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: ![image](https://user-images.githubusercontent.com/22097587/188288407-4cb87a51-cd96-46e4-8eae-9c603e840761.png) After some lines: ![image](https://user-images.githubusercontent.com/22097587/188288415-c4aa9976-4b18-4a36-9610-4ec582ed6502.png) And finally: ![image](https://user-images.githubusercontent.com/22097587/188288429-b27fec7a-062e-45d1-887c-0cc894ea2026.png)

spellcheck and linkcheck was added to workflow yml file. ## Checklist: - [x] Did you have fun?