mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Update BaseTrainerModel
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user