Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is there anyway to implement garbage collection ?

te-lyhourt opened this issue · comments

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 ?