mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
mass linter fix
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import os
|
||||
import unittest
|
||||
|
||||
import torch as T
|
||||
from tests import get_tests_input_path
|
||||
|
||||
from tests import get_tests_path, get_tests_input_path
|
||||
from mozilla_voice_tts.speaker_encoder.model import SpeakerEncoder
|
||||
from mozilla_voice_tts.speaker_encoder.loss import GE2ELoss
|
||||
from mozilla_voice_tts.speaker_encoder.model import SpeakerEncoder
|
||||
from mozilla_voice_tts.utils.io import load_config
|
||||
|
||||
|
||||
file_path = get_tests_input_path()
|
||||
c = load_config(os.path.join(file_path, "test_config.json"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user