TTS icon indicating copy to clipboard operation
TTS copied to clipboard

Vits2 prototype

Open p0p4k opened this issue 1 year ago β€’ 1 comments

continuing where i left earlier, adding some test cases.

  • to do -> fix test cases to take in mel instead of linear spectrogram (if anywhere)

p0p4k avatar Dec 02 '23 04:12 p0p4k

Looks like a bug (from CI)

======================================================================
ERROR: test_d_vector_forward (tests.tts_tests.test_vits2.TestVits2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/TTS/TTS/tests/tts_tests/test_vits2.py", line 214, in test_d_vector_forward
    model = Vits2.init_from_config(config, verbose=False).to(device)
  File "/home/runner/work/TTS/TTS/TTS/tts/models/vits2.py", line 1862, in init_from_config
    return Vits2(new_config, ap, tokenizer, speaker_manager, language_manager)
  File "/home/runner/work/TTS/TTS/TTS/tts/models/vits2.py", line 652, in __init__
    self.use_transformer_flow_layer = self.args.use_transformer_flow_layer
  File "/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/coqpit/coqpit.py", line 626, in __getattribute__
    value = super().__getattribute__(arg)
AttributeError: 'Vits2Args' object has no attribute 'use_transformer_flow_layer'

erogol avatar Dec 04 '23 14:12 erogol

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

stale[bot] avatar Jan 28 '24 06:01 stale[bot]