Jack Boylan
Results
2
comments of
Jack Boylan
@spranger also to answer 2. -- to `MATCH (a:friend)` you need to assign the node label to the `__labels__` attribute, in a `set`. We should probably include this in the...
I believe the error is coming up because the `ner_tags` actually need to be ints. The error you see usually comes up because PyTorch encounters an indexing mismatch. I had...