Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
291 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created an issue in pytorch/pytorch that received 13 comments
Publish a mechanism for disabling subclass preservation of Tensor subclasses
torch.Tensor ambiguous type promotions appear (nightly release).
To Reproduce
class MyTensor(torch.Tensor): ...
ten = MyTensor(10)