Nithin Rao
Nithin Rao
Signed-off-by: nithinraok # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] #...
Signed-off-by: nithinraok # What does this PR do ? torch creates state dict of weight in weighted cross entropy and while restoring if weight is None, then it throws error....
Signed-off-by: nithinraok # What does this PR do ? Remove warnings from core and ASR code. NLP part needs more rework than expected. **Collection**: Core, ASR # Changelog - [x]...
# What does this PR do ? TitaNet model was updated but some previous configurations were not. This PR provides support for prevevious msdd configuration versions. **Collection**: SD # Changelog...
# What does this PR do ? This PR brings two updates: * Fix SSL contrastive loss to support loss computation for variable input length rather than computation based on...
# What does this PR do ? Adds support for extracting timestamps to .transcribe() method **Collection**: ASR # Changelog - Add timestamps=True/False to .transcribe() method in mixin - Adds corresponding...