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
The output of torch.flatten is expected to be the same for the same input. However, it mismatched between the 2 models.
This mismatch is seen only on cuda.
Save `Task` pickle in the translations cache.
The reason - it is very convenient during performance analysis to get
smaller test case. Supporting scripts will come soon
Save `Task` pickle in the translations cache.
The reason - it is very convenient during performance analysis to get
smaller test case. Supporting scripts will come soon
Save `Task` pickle in the translations cache.
The reason - it is very convenient during performance analysis to get
smaller test case. Supporting scripts will come soon
Describe the bug
When adding the intermediate result of original output as an extra output in this model:
New:
The output of
torch.flatten
is expected to be the same for the same input. However, it mismatched between the 2 models.This mismatch is seen only on cuda.
To Reproduce
Repro script:
Output:
Expected behavior
The output of
torch.flatten
is expected to be the same for the same input.Enviroment
The text was updated successfully, but these errors were encountered: