Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.25k stars 911 forks source link

is there anyway to implement garbage collection ? #521

Open te-lyhourt opened 2 years ago

te-lyhourt commented 2 years ago

Hi , I currently using tacotron2 with HiFi-GAN to synthesis voice. It work really well. the problem is I noticed that when train or synthesis, if the program was interrupted mid way , it wont release the memory and when I rerun it again , it will show error. Is there anyway to solve the problem ?