We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494f765 commit b44bdceCopy full SHA for b44bdce
1 file changed
data/stargraph.py
@@ -25,8 +25,8 @@ def __init__(self, maxNodes):
25
# stargraph has no eos token, padded sequence masking
26
# doesn't need to happen, but this property is needed
27
# for compatibility with the bst training code
28
- self.eos_token_id = maxNodes + 4
29
-
+ self.eos_token_id = maxNodes + 4
+
30
def encode(self, data):
31
out = []
32
i = 0
0 commit comments