fundwotsai2001
fundwotsai2001
Hi, I am wondering why the code in Hugging Face is not using AudioMAE, or is it just because I misunderstood? 
Just want to know that, are the result in the paper using prior preservation loss in Dreambooth? I saw your code have prior preservation loss, but when I run it...
First of all, thanks for your interesting work, but now I meet a strange bug. `import chorderator as cdt if __name__ == '__main__': demo_name = 'hpps65' input_melody_path = '/home/fundwotsai/EMO_Harmonizer/小手拉大手-梁靜茹-130-C大调.mid' cdt.set_melody(input_melody_path)...