A collection of common functionality to simplify the design, training and evaluation of machine learning models based on pytorch with an emphasis on speech processing.
Resuming from a checkpoint in torch==1.12.0 is broken, this was fixed in torch=1.12.1. This workaround allows to load checkpoints with version 1.12.0 as well. In https://github.com/pytorch/pytorch/issues/80809 a 10% slowdown was reported, which I did not observe.
Resuming from a checkpoint in torch==1.12.0 is broken, this was fixed in torch=1.12.1. This workaround allows to load checkpoints with version 1.12.0 as well. In https://github.com/pytorch/pytorch/issues/80809 a 10% slowdown was reported, which I did not observe.