awslabs / sockeye

Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
https://awslabs.github.io/sockeye/
Apache License 2.0
1.21k stars 324 forks source link

Change decoder softmax size logging level from info to debug. #1068

Closed mjdenkowski closed 1 year ago

mjdenkowski commented 1 year ago

This PR changes the logging level for decoder softmax size messages to debug to avoid printing log lines for each input.

Pull Request Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.