Published May 12, 2023
| Version v0.7.1
Software
Open
TorchOpt
Authors/Creators
- 1. University of Edinburgh
- 2. University College London
- 3. Peking University
Description
What's Changed [0.7.1] - 2023-05-12
Added
- Enable CI workflow to build CXX/CUDA extension for Python 3.11 by @XuehaiPan in #152.
- Implement AdaGrad optimizer and exponential learning rate decay schedule by @Benjamin-eecs and @XuehaiPan in #80.
- Enable tests on Windows by @XuehaiPan in #140.
- Add
ruffandflake8plugins integration by @XuehaiPan in #138 and #139. - Add more documentation on implicit differentiation by @Benjamin-eecs and @XuehaiPan in #143.
- Fix overloaded annotations of
extract_state_dictby @StefanoWoerner in #162. - Fix transpose empty iterable with
zip(*nested)in transformations by @XuehaiPan in #145.
- Drop Python 3.7 support by @XuehaiPan in #136.
- @StefanoWoerner made their first contribution in #162.
Full Changelog: https://github.com/metaopt/torchopt/compare/v0.7.0...v0.7.1
Notes
Files
metaopt/torchopt-v0.7.1.zip
Files
(2.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ece046481e250de07ce86e698ce278aa
|
2.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/metaopt/torchopt/tree/v0.7.1 (URL)