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
629 contributions in the last year
Contribution activity
October 2020
Created a pull request in pytorch/pytorch that received 4 comments
- [FX] Fix recursion depth issue on Graph deepcopy
- Run __setstate__ when cloning modules
- [JIT] Add selective backend lowering API
- [JIT] Add `__prepare_scriptable__` duck typing to allow replacing nn.modules with scriptable preparations
- [JIT] Make objects throw Python AttributeError on nonexistent attr access
- [fx] allow custom behavior for args, kwargs, and bool
- [packaging] simpler dependency plotting
Created an issue in pytorch/pytorch that received 2 comments
[jit] TestWarn fails when running tests in parallel
repro:
pip install pytest
pip install pytest-xdist
pytest -q -n auto test/test_jit.py
You'll see that TestWarn fails, I assume because it is testi…