Releases: yoshitomo-matsubara/sc2-benchmark
Releases · yoshitomo-matsubara/sc2-benchmark
torchdistill >= v1.0.0 support and updated documentation
Breaking changes
For torchdistill >= v1.0.0 support, most of the old scripts and configurations do not work with sc2bench v0.1.0.
If you want to use the old version, you can find the old scripts, configurations specifically with sc2bench < v.0.1.0, old dependencies, etc under legacy/
- Support torchdistill >= v1.0.0 (PR #145)
Model migration from torchdistill
Split computing models in torchdistill were migrated to sc2bench and available in PyTorch Hub.
- Add default short module name set (PR #158)
- Add custom object detection models in torchdistill (PR #156)
- Fix bugs (PR #155)
- Add skips_dropout (PR #154)
- Fix typos (PR #153)
- Forgot to add kwargs (PR #152)
- Fix incompatiblity (PR #151)
- Make it consistent with torchdistill ver (PR #150)
- Fix bugs in hubconf.py (PR #149)
Documentation
Misc.
Documentation
Documentation
- Fix typos (PR #138)
- Update documentation (PR #137)
- Fix a typo (PR #136)
- Change depth (PR #134)
- Add docstrings to loss (PR #130)
- Add docstrings to analysis (PR #129)
- Add docstrings to transforms package (PR #128)
- Make minor updates (PR #127)
- Make minor updates in docstrings (PR #126)
- Add docstrings to segmentation package (PR #124)
- Add docstrings to detection package (PR #123)
Misc.
- Update setup (PR #135)
- Fix a typo in link (PR #132)
- Update module names in configs (PR #131)
- Add a citation file (PR #125)
- Update checkpoint link (PR #122)
- Update publication (PR #121)
- Resolve name conflict (PR #120)
- Fix a typo (PR #119)
- Update versions (PRs #118, #139)
Workflows
- Add a GitHub Action for deploying Sphinx documentation (PR #133)
A set of minor updates
Support the latest version of PyTorch
v0.0.1 has a potential bug when using the latest version of PyTorch (torch: 1.11.0, torchvision: 0.12.0).
This version uses the update package path for segmentation model in torchvision.
The first release of sc2bench package
The first release of sc2bench
package with code for "SC2: Supervised Compression for Split Computing"