Evelin Carvalho Freire de Amorim
Evelin Carvalho Freire de Amorim
The following error happens when there is a parenthesis in the text of tag contents: python regex error: unbalanced parenthesis. Suggested correction is apply re.escape to ListOfTagContents[i], like: def refactor_text(normalized_dates,...
### Describe the bug After following the instructions in the tutorial: https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/installation.html. I executed the code (same as in the github page): ``` import torch import torchvision.models as models model...
I know that the SRL tags are different in the current version of the SRL software employed. However, I noticed that besides this detail, it seems that there is another...
- Adding no cuda conditional to the answer_ex function.
Change the name of the predictor, and using the same name as indicated in the Read me file.
Thanks for releasing the code. Great code! However, I am experiencing an error in the reader.py of verb_sense_srl module. I wonder if it is because in the line 342, where...
### System Info ```Shell accelerate-0.30.1 Google Colab numpy-1.25.2 torch-2.2.1+cu121 Python 3.10.12 Regarding the accelerate configuration, I am using trainer which employs accelerate inside it, and I do not touch the...