Skip to content

torchdistill >= v1.0.0 support and updated documentation

Latest
Compare
Choose a tag to compare
@yoshitomo-matsubara yoshitomo-matsubara released this 15 Dec 21:58
· 2 commits to main since this release
ffb2158

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

  • Add Google Analytics ID (PR #147)
  • Fix a typo (PR #146)

Misc.

  • Update version (PR #160)
  • 1 indentation is missed (PR #159)
  • Fix anchors and references (PR #157)
  • Update paths (PR #148)
  • Update image links (PR #140)