Open AmitMY opened 6 months ago
Hi Amit,
This was implemented in the old MXNet version of Sockeye. When we updated Sockeye to PyTorch (3.1.0), --softmax-temperature
was one of the features we chose not to migrate. If you're interested in taking a look at the MXNet code for this feature, the pull request for that implementation is #869.
Best, Michael
I would like to sample from my decoder.
The docs say I can:
But I get an error:
Is this supported otherwise?