mirror of https://github.com/coqui-ai/TTS.git
Fix #958
This commit is contained in:
parent
512ada7548
commit
40cb8ac966
|
@ -310,6 +310,7 @@ class GAN(BaseVocoder):
|
|||
data_items: List,
|
||||
verbose: bool,
|
||||
num_gpus: int,
|
||||
rank:int=0
|
||||
):
|
||||
"""Initiate and return the GAN dataloader.
|
||||
|
||||
|
|
Loading…
Reference in New Issue