From 0b8016363a7e2eb1827842fdaa5b31497d874ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sat, 7 Aug 2021 21:23:14 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f412def..673d01da 100644 --- a/.gitignore +++ b/.gitignore @@ -136,6 +136,7 @@ TTS/tts/layers/glow_tts/monotonic_align/core.c temp_build/* recipes/WIP/* recipes/ljspeech/LJSpeech-1.1/* +recipes/ljspeech/tacotron2-DDC/LJSpeech-1.1/* events.out* old_configs/* model_importers/* @@ -152,4 +153,6 @@ output.wav tts_output.wav deps.json speakers.json -internal/* \ No newline at end of file +internal/* +*_pitch.npy +*_phoneme.npy \ No newline at end of file