mirror of https://github.com/coqui-ai/TTS.git
Fixed use_cuda issue in compute_embeddings.py
Added use_cuda argument in self.init_encoder methodpull/1587/head
parent
8be21ec387
commit
3b84ef9524
|
@ -110,7 +110,7 @@ class EmbeddingManager(BaseIDManager):
|
|||
self.load_embeddings_from_file(embedding_file_path)
|
||||
|
||||
if encoder_model_path and encoder_config_path:
|
||||
self.init_encoder(encoder_model_path, encoder_config_path)
|
||||
self.init_encoder(encoder_model_path, encoder_config_path, use_cuda)
|
||||
|
||||
@property
|
||||
def embedding_dim(self):
|
||||
|
|
Loading…
Reference in New Issue