Release 0.4.0
What's Changed
- Remove unnecessary print statement by @colehawkins in #15
- Adds factorized linear implementations by @JeanKossaifi in #16
- Remove unused import that is not a dependency by @arinbjornk in #19
- Embedding layer supports CUDA Tensor by @JeremieMelo in #24
- Contiguous nn.Parameter by @JeremieMelo in #25
- Factorized linear supports implementation switch and gradient checkpoint by @JeremieMelo in #26
- bugfix: missing dilation by @Yosshi999 in #27
- Replacing collections with collections.abc for Python 3.10 support by @bonevbs in #29
- Adds DenseTensors and ComplexFactorizedTensors by @JeanKossaifi in #30
New Contributors
- @arinbjornk made their first contribution in #19
- @JeremieMelo made their first contribution in #24
- @Yosshi999 made their first contribution in #27
- @bonevbs made their first contribution in #29
Full Changelog: 0.3.0...0.4.0