mirror of https://github.com/coqui-ai/TTS.git
Update BaseTrainerModel
This commit is contained in:
parent
83c5ddc5b7
commit
4c43eda414
|
@ -5,11 +5,11 @@ import torch
|
||||||
from coqpit import Coqpit
|
from coqpit import Coqpit
|
||||||
from torch import nn
|
from torch import nn
|
||||||
|
|
||||||
# pylint: skip-file
|
|
||||||
|
|
||||||
|
|
||||||
class BaseTrainerModel(ABC, nn.Module):
|
class BaseTrainerModel(ABC, nn.Module):
|
||||||
"""Abstract 🐸TTS class. Every new 🐸TTS model must inherit this."""
|
"""Abstract 🐸TTS class. Every new 🐸TTS model must inherit this.
|
||||||
|
"""
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Reference in New Issue