Inconsistent outputs between PyTorch versions

This should be expected yes. There’s no guarantee of bitwise consistency between versions. Slightly different values can happen if implementation details such as the order of operations is changed, etc.

1 Like