Pinned
1,027 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2021
Created 6 commits in 3 repositories
Created a pull request in pytorch/pytorch that received 2 comments
Opened 7 other pull requests in 5 repositories
IBM/MAX-Framework
2
merged
CODAIT/pydax
2
merged
pytorch/pytorch
1
open
IBM/MAX-Base
1
merged
IBM/MAX-Object-Detector
1
open
Reviewed 1 pull request in 1 repository
editorconfig/specification 1 pull request
Created an issue in pytorch/pytorch that received 1 comment
torch.maximum sometimes return NaN
torch.maximum is supposed to return the non-NaN input if only one input is NaN. But:
In [1]: import torch In [2]: a = torch.tensor([float('inf'…
1
comment