Update BaseTrainerModel

This commit is contained in:
Eren Gölge
2022-02-25 11:31:56 +01:00
parent 83c5ddc5b7
commit 4c43eda414
+2 -2
View File
@@ -5,11 +5,11 @@ import torch
from coqpit import Coqpit
from torch import nn
# pylint: skip-file
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
@abstractmethod