textgenrnn
textgenrnn copied to clipboard
how can I set the length to my generated text?
How can I set the length to my generated text?
Can set the max_length
argument on the generate functions. This defines the longest possible output, but the network will still output anything smaller than it.
I am having the same issue as well with setting max_length to a specific number but only able to generate texts that are much smaller than the specified length. Has anyone been able to get around this?