Skip to content

Drop Python 3.6 support, update docs theme.

Latest
Compare
Choose a tag to compare
@kdexd kdexd released this 09 Jan 21:44
· 3 commits to master since this release
2baba8a

Major changes

  • Python 3.6 support is dropped, the minimum requirement is Python 3.8. All major library versions are bumped to the latest releases (PyTorch, OpenCV, Albumentations, etc.).
  • Model zoo URLs are changed to Dropbox. All pre-trained checkpoint weights are unchanged.
  • There was a spike in training loss when resuming training with pretrain_virtex.py, it is fixed now.
  • Documentation theme is changed from alabaster to read the docs, looks fancier!