You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
How to build child-sum LSTM Tree using tensorflow fold? For now example sentiment analysis receives binary constituency tree. But I want to apply with example to input non-binary dependency based parse trees.
Adding some detaisation to request. Main problem I don't now how to solve is how to modify logits_and_state method to boild tree where every node can have arbitrary number of childs.