This is a minor release, which is compatible with PyTorch 1.13.1 and includes bug fixes, improvements and documentation updates. There is no new feature added.
Bug Fix
IO
* Make buffer size configurable in ffmpeg file object operations and set size in backend (2810)
* Fix issue with the missing video frame in StreamWriter (2789)
* Fix decimal FPS handling StreamWriter (2831)
* Fix wrong frame allocation in StreamWriter (2905)
* Fix duplicated memory allocation in StreamWriter (2906)
Model
* Fix HuBERT model initialization (2846, 2886)
Recipe
* Fix issues in HuBERT fine-tuning recipe (2851)
* Fix automatic mixed precision in HuBERT pre-training recipe (2854)