scaling parameter of Transformer always set to True #1907
StanislasGuinel
started this conversation in
General
Replies: 1 comment
-
Probably not. Without even looking into the details of how this option is used (and whether or not Turning this into an issue, even though the fix should be trivial. |
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
-
The
scaling
parameter is always set to True when creating theTransformerTrainingNetwork
or theTransformerPredictionNetwork
but it is still a parameter of theTransformerEstimator
.Is there a reason why ?
Beta Was this translation helpful? Give feedback.
All reactions