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,
Here is the output of pytorch BatchNorm1d, it worked well:
and here is the rust burn BatchNorm, the output is weired:
Then I changed to AutodiffBackend, the results is correct ! Why don't limit the BatchNorm to only AutodiffBackend ? Otherwise we are prone to make mistakes.
The text was updated successfully, but these errors were encountered:
Hi,
Here is the output of pytorch
BatchNorm1d
, it worked well:and here is the rust burn
BatchNorm
, the output is weired:Then I changed to
AutodiffBackend
, the results is correct ! Why don't limit theBatchNorm
to onlyAutodiffBackend
? Otherwise we are prone to make mistakes.The text was updated successfully, but these errors were encountered: