mirror of https://github.com/coqui-ai/TTS.git
Remove redundant abstract function
This commit is contained in:
parent
5cd7fa6228
commit
8f3552fbaa
|
@ -136,15 +136,6 @@ class BaseTrainerModel(ABC, nn.Module):
|
||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
@abstractmethod
|
|
||||||
def init_from_config(config: Coqpit, samples: List[Dict] = None, verbose=False) -> "BaseTrainerModel":
|
|
||||||
"""Init the model from given config.
|
|
||||||
|
|
||||||
Override this depending on your model.
|
|
||||||
"""
|
|
||||||
...
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_data_loader(
|
def get_data_loader(
|
||||||
self, config: Coqpit, assets: Dict, is_eval: True, data_items: List, verbose: bool, num_gpus: int
|
self, config: Coqpit, assets: Dict, is_eval: True, data_items: List, verbose: bool, num_gpus: int
|
||||||
|
|
Loading…
Reference in New Issue