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
Currently, AUTO and SUM_OVER_BATCH reduction operations on all losses fail when the batch size is dynamically defined. These reduction operations are very frequently used. Dynamic definition of batch size as well.
The problem comes from the LossesHelper class which seeks to divide the sum of the error by the size of the batch which is not dynamically obtained currently
The text was updated successfully, but these errors were encountered:
nfeybesse
added a commit
to nfeybesse/tensorflow
that referenced
this issue
Feb 27, 2024
Currently, AUTO and SUM_OVER_BATCH reduction operations on all losses fail when the batch size is dynamically defined. These reduction operations are very frequently used. Dynamic definition of batch size as well.
The problem comes from the LossesHelper class which seeks to divide the sum of the error by the size of the batch which is not dynamically obtained currently
The text was updated successfully, but these errors were encountered: