Arthuro
Results
2
comments of
Arthuro
As far as I know, Flair will use a GPU automatically if available, so there is no need to specify anything in the code. Do you have CUDA installed? If...
Just change the line ``` from space.gold import biluo_tags_from_offsets ``` to ``` from spacy.training import offsets_to_biluo_tags ``` and the corresponding function call in the doccano_transformer.examples file and it should be...