Published September 5, 2022
| Version 0.5.0
Software
Open
TorchOpt
Authors/Creators
- 1. University of Edinburgh
- 2. University College London
- 3. Peking University
Description
[0.5.0] - 2022-09-05
Added
- Implement AdamW optimizer with masking by @Benjamin-eecs and @XuehaiPan in #44.
- Add half float support for accelerated OPs by @XuehaiPan in #67.
- Add MAML example with TorchRL integration by @vmoens and @Benjamin-eecs in #12.
- Add optional argument
paramsto update function in gradient transformations by @XuehaiPan in #65. - Add option
weight_decayoption to optimizers by @XuehaiPan in #65. - Add option
maximizeoption to optimizers by @XuehaiPan in #64. - Refactor tests using
pytest.mark.parametrizeand enabling parallel testing by @XuehaiPan and @Benjamin-eecs in #55. - Add maml-omniglot few-shot classification example using functorch.vmap by @Benjamin-eecs in #39.
- Add parallel training on one GPU using functorch.vmap example by @Benjamin-eecs in #32.
- Add question/help/support issue template by @Benjamin-eecs in #43.
Notes
Files
metaopt/torchopt-v0.5.0.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0c60bf047891df4cc170e8e6df2e71b3
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/metaopt/torchopt/tree/v0.5.0 (URL)