Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.8.5 source code.tar.gz | 2023-05-29 | 17.9 MB | |
1.8.5 source code.zip | 2023-05-29 | 18.4 MB | |
README.md | 2023-05-29 | 3.3 kB | |
Totals: 3 Items | 36.3 MB | 0 |
This release includes a number of fixes to support PyTorch 2.
What's Changed
- Update base learning rate scheduler by @eb8680 in https://github.com/pyro-ppl/pyro/pull/3167
- Update GP tutorials to unblock [#3174] by @fehiepsi in https://github.com/pyro-ppl/pyro/pull/3175
- add substitute handler by @thisiscam in https://github.com/pyro-ppl/pyro/pull/3125
- Update torch_patch.py by @S163669 in https://github.com/pyro-ppl/pyro/pull/3174
- fix: typo in log-absolute-derivative of exponential transform (normalizing flow tutorial) closes [#3176] by @felixschltr in https://github.com/pyro-ppl/pyro/pull/3177
- rerun newest black on entire repo by @martinjankowiak in https://github.com/pyro-ppl/pyro/pull/3178
- Preserve path to the file when rendering model by @LysSanzMoreta in https://github.com/pyro-ppl/pyro/pull/3186
- Add conditional inverse and compose TransformModules by @eb8680 in https://github.com/pyro-ppl/pyro/pull/3185
- PyTorch Lightning example by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3189
- Fix & update GMM tutorial by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3193
- Fixing typos in
infer.inspect
by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3198 - Bug fix about device of subsample in subsample_messenger.py by @hjnnjh in https://github.com/pyro-ppl/pyro/pull/3195
- Dependency tracking tutorial by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3197
- Make patch_dependency safer under dependency drift by @fritzo in https://github.com/pyro-ppl/pyro/pull/3204
- Deprecate
CorrLCholeskyTransform
in favor of upstreamCorrCholeskyTransform
by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3199 - VAE: Improved ELBO plots by @martinrohbeck in https://github.com/pyro-ppl/pyro/pull/3205
- Remove vestigial lines from pyro/init.py all by @fritzo in https://github.com/pyro-ppl/pyro/pull/3210
- fix learning rate schedulers in PyTorch 2.0 (closes [#3202]) by @ilia-kats in https://github.com/pyro-ppl/pyro/pull/3207
- Clear .unconstrained weakrefs before pickling; rebuild them more often by @fritzo in https://github.com/pyro-ppl/pyro/pull/3212
- Add
pl.Trainer
args to argparse by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3217 - Run CI with PyTorch 2.0 by @eb8680 in https://github.com/pyro-ppl/pyro/pull/3192
- make ProvenanceTensor behave more like a Tensor (closes [#3218]) by @ilia-kats in https://github.com/pyro-ppl/pyro/pull/3220
- Bump version to 1.8.5 by @fritzo in https://github.com/pyro-ppl/pyro/pull/3222
New Contributors
- @thisiscam made their first contribution in https://github.com/pyro-ppl/pyro/pull/3125
- @S163669 made their first contribution in https://github.com/pyro-ppl/pyro/pull/3174
- @felixschltr made their first contribution in https://github.com/pyro-ppl/pyro/pull/3177
- @LysSanzMoreta made their first contribution in https://github.com/pyro-ppl/pyro/pull/3186
- @hjnnjh made their first contribution in https://github.com/pyro-ppl/pyro/pull/3195
- @martinrohbeck made their first contribution in https://github.com/pyro-ppl/pyro/pull/3205
- @ilia-kats made their first contribution in https://github.com/pyro-ppl/pyro/pull/3207
Full Changelog: https://github.com/pyro-ppl/pyro/compare/1.8.4...1.8.5