Replies: 1 comment
-
Opening in correct repository: |
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
-
According to the documentation
generator.get_output()
should return the generated logits.In practice, this is the error message I get:
The function expects an input string. However no matter what I put, the output is
array([], dtype=float64)
.What is the correct way to use this method?
Beta Was this translation helpful? Give feedback.
All reactions