Alan Buxton
Alan Buxton
> I'll just chime in and say that I'm still experiencing this problem on DVC 2.4.1. Same on 2.9.3. Deleted some directories on one machine, pushed to remote, pulled this...
@efiop yes makes sense. Apols for getting wrong end of the stick.
I've had a go with that notebook but I can't figure out how to use this model to do NER on a new sentence. (I've posted question on stackexchange: https://ai.stackexchange.com/questions/25442/using-reformer-model-to-do-ner-in-trax)...
An alternative, assuming the node you require has both `Device` and `Server` labels is not to use `__abstract_node__ = True` Setting abstract node True means that this class isn't used...
I've implemented a solution that works for my use case here: https://github.com/alanbuxton/neomodel/commit/cb51ba01cf81b32ed220991cd886ab0ffa65c29e Happy to open a PR if you think helpful for the project
If there is a neater solution using `__abstract_node__` then that would be super cool, but my issue was in this kind of multiple inheritance situation which didn't seem a good...
The data I've got in Neo4J was loaded from RDF via neosemantics. This tool gives all nodes a "Resource" label and can then create additional labels depending on their RDF...
Thanks for getting back so quickly @mariusconjeaud - really appreciate you looking into this. In this solution, every time something that has both `Organization` and `Person` labels assigned it will...
Any updates on this issue at all? I think the *real* solution would be if `Organization.nodes.all()` would know to be expanding cypher results to `Organization` objects rather than figuring out...