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 40 million developers.
Sign up-
MIT CSAIL
- Somewhere over the rainbow
- https://ssnl.github.io
Pinned
1,393 contributions in the last year
Activity overview

Contribution activity
January 2020
Created a pull request in pytorch/pytorch that received 12 comments
Fix and add more padding mode support for Conv
Fix #29712 #29668 , add arg checking, doc, and support for reflection and replication padding modes.
+96
−51
•
12
comments
- F.normalize uses clamp_min_ inplace
- scatter_add uses src, not other
- Make torch.backends.mkldnn usable without import
- [v1.4.0] Fix and add more padding mode support for Conv (#31784)
- [v1.4.0] clarify when to use `as_tuple` in `torch.nonzero`
- [1.4.0] Fix tensordot allowing negative dims (#31954)
- Fix tensordot allowing negative dims
- clarify when to use `as_tuple` in `torch.nonzero`
Created an issue in pytorch/pytorch that received 2 comments
tensordot should disallow negative dims
dims
is the number of dimensions to contract, so it should be nonnegative. Currently negative values are allowed and I don't know what they do.
In …
2
comments
82
contributions
in private repositories
Jan 8 – Jan 30