mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
This is a base lightning module that can be used to train a model.
|
||||
The benefit of this abstraction is that all the logic outside of model definition can be reused for different models.
|
||||
"""
|
||||
|
||||
import inspect
|
||||
from abc import ABC
|
||||
from typing import Any, Dict
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
""" from https://github.com/jaywalnut310/glow-tts """
|
||||
"""from https://github.com/jaywalnut310/glow-tts"""
|
||||
|
||||
import math
|
||||
|
||||
|
||||
Reference in New Issue
Block a user