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
3,192 contributions in the last year
Contribution activity
July 2020
- ezyang/Super-SloMo Python
- ezyang/stanza Python
Created a pull request in pytorch/pytorch that received 1 comment
If ninja is being used, force build_ext to run.
As ninja has accurate dependency tracking, if there is nothing to do, then we will very quickly noop. But this is important for correctness: if a c…
+5
−0
•
1
comment
- [WIP] Fix cpp grad accessor API
- Type-annotate serialization.py
- `torch._six.PY37` should be true for Python-3.8 as well
- typing for tensor.T/grad_fn torch.Size
- Fix zip serialization for file > 2GiB for Windows
- Move OperatorSchema default inference function implementations to .cc…
- Make `torch_cpu` compileable when `USE_TENSORPIPE` is not set.
Created an issue in pytorch/pytorch that received 1 comment
[JIT] list() builtin doesn't work on tensors
Workaround is to call tolist() on the Tensor, but it would be better if list(tensor) worked directly.
cc @suo @gmagogsfm
1
comment

