Fagprojekt-Deep-voice-conversion / AutoVC

A package for converting voices with an auto encoder framework called AutoVC
2 stars 1 forks source link

VC class improvements #32

Open s183920 opened 2 years ago

s183920 commented 2 years ago

Improvements for the VoiceConverter class

s183920 commented 2 years ago

uses hparams and overwrites if given other arguments. This is not done optimally as a dictionary is updated multiple times and sometimes without any changes (params are overwritten with the same value), but it works :)