We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I found label smoothing can lead us better performance for the transformer.
But I wonder why you implement label smoothing despite there is the argument of label smoothing in tf.keras.losses.CategoricalCrossEntropy (https://www.tensorflow.org/api_docs/python/tf/keras/losses/CategoricalCrossentropy?version=nightly)
So, I want to get your answer to this question. Why you implement the custom function for label smoothing?
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users' first issue
Sorry, something went wrong.
No branches or pull requests
Hello, I found label smoothing can lead us better performance for the transformer.
But I wonder why you implement label smoothing despite there is the argument of label smoothing in tf.keras.losses.CategoricalCrossEntropy (https://www.tensorflow.org/api_docs/python/tf/keras/losses/CategoricalCrossentropy?version=nightly)
So, I want to get your answer to this question.
Why you implement the custom function for label smoothing?
The text was updated successfully, but these errors were encountered: