mirror of https://github.com/coqui-ai/TTS.git
Update .gitignore
This commit is contained in:
parent
1ad5f3ae17
commit
0b8016363a
|
@ -136,6 +136,7 @@ TTS/tts/layers/glow_tts/monotonic_align/core.c
|
||||||
temp_build/*
|
temp_build/*
|
||||||
recipes/WIP/*
|
recipes/WIP/*
|
||||||
recipes/ljspeech/LJSpeech-1.1/*
|
recipes/ljspeech/LJSpeech-1.1/*
|
||||||
|
recipes/ljspeech/tacotron2-DDC/LJSpeech-1.1/*
|
||||||
events.out*
|
events.out*
|
||||||
old_configs/*
|
old_configs/*
|
||||||
model_importers/*
|
model_importers/*
|
||||||
|
@ -153,3 +154,5 @@ tts_output.wav
|
||||||
deps.json
|
deps.json
|
||||||
speakers.json
|
speakers.json
|
||||||
internal/*
|
internal/*
|
||||||
|
*_pitch.npy
|
||||||
|
*_phoneme.npy
|
Loading…
Reference in New Issue