You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found that the gradients calculation of reduce_max in CNTK is different from other deep learning libraries such as tensorflow. And I want to know is it a bug?
Hi, I found that the gradients calculation of
reduce_max
in CNTK is different from other deep learning libraries such as tensorflow. And I want to know is it a bug?Here is an example code using CNTK2.7:
The result is:
And this is the code using TensorFlow2.6.0:
The result is:
The inconsistency exists when there are multiple max elements.
Any replies will be appreciated.
The text was updated successfully, but these errors were encountered: