bschembri-UoM

Results 4 issues of bschembri-UoM

Hello, I am getting a long list of lines similar to the below when using ./configs/ocr/synthtext_pretrain_101_FPN.yaml and model ./out_dir_r101/syn_model/model_syn_r101_pretrain.pth 'backbone.bottom_up.res2.0.conv1.weight' has shape (256, 64, 1, 1) in the checkpoint but...

Hello and thank you for sharing your code. I am trying to understand better the OpenTag implementation and am getting the below error; Traceback (most recent call last): File "C:\Project\OpenTag_2019\env\lib\site-packages\fire\core.py",...

I would like to understand how seqeval treats sentences with no expected entities. Taking the bellow example (adapted from the documentation); actuals = [['O', 'O', 'O', 'B-MISC', 'I-MISC', 'I-MISC', 'O'],...

Do you have any guidelines how to create a relation between two entities. The entities all ready exist in the cas I am creating some relations between existing named entities...