Update BaseTrainerModel

pull/1324/head
Eren Gölge 2022-02-20 11:32:28 +01:00
parent 83c5ddc5b7
commit 4c43eda414
1 changed files with 2 additions and 2 deletions

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