FENRlR / MB-iSTFT-VITS2

Application of MB-iSTFT-VITS components to vits2_pytorch
MIT License
118 stars 29 forks source link

New feature: Deleting the previous .pth files when training #6

Closed KevinWang676 closed 1 year ago

KevinWang676 commented 1 year ago

Hi, I found that there was no funtion in train.py that can delete the existing .pth files, which made the training process require a lot of space. It would be very helpful if you could add a function to deleting the previous .pth files when training. Thank you!