Replies: 1 comment
-
Hi, Are you talking about the CoqGym/ASTactic/models/term_encoder.py Line 137 in cde1f3f Nodes are collected by post-order traversing in this line: CoqGym/ASTactic/models/term_encoder.py Line 145 in cde1f3f So they should include leaf nodes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I noticed that leaves were not used in the TreeLSTM. I was curious why that was the case? How are leaves handled and what are the different cases for leaves?
Beta Was this translation helpful? Give feedback.
All reactions