Skip to content

Conversation

@insight-laboratories
Copy link

Enabling wordtimestamps on mac with mps resulted in an error in the dtw function, as it tries to cast a torch.Tensor to a double (float64), which is not supported by mps. The fix consists in calling .cpu() on the torch.Tensor before casting it to a double instead of after.

…the dtw function, as it tries to cast a torch.Tensor to a double (float64), which is not supported by mps. The fix consists in calling .cpu() on the torch.Tensor before casting it to a double instead of after.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants