Skip to content

Cuda Not supported for loading voices using torch. #282

@rkeshwani

Description

@rkeshwani

If trying to manually load a model to a cuda device and you load up a voice via torch.load to the device, pipeline.py doesn't like that the tensor type is a torch.cuda.TorchTensor. Specifically the load_voice method.

def load_voice(self, voice: Union[str, torch.FloatTensor], delimiter: str = ",") -> torch.FloatTensor:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions