yoshitomo-matsubara
released this
15 Dec 21:58
·
2 commits
to main
since this release
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)