jjery2243542 / voice_conversion

246 stars 67 forks source link

Error in self.permute_data(data) #18

Open huukim136 opened 4 years ago

huukim136 commented 4 years ago

Hello, I was trying to run the main.py file to retrain the model as you guided but in the middle of the process it threw an error "too many values to unpack (expected 2)" at line 279 in solver.py which is (c_i, c_j), (x_i_t, x_i_tk, x_i_prime, x_j) = self.permute_data(data). Then I recognized that permute() function does not output many elements like this.

Did I miss something? Can anybody help me out of it?

josearangos commented 4 years ago

I have the same error

josearangos commented 4 years ago

try this repository, it worked for me : https://github.com/arshd91/multitarget-voice-conversion-vctk

jjery2243542 commented 4 years ago

I am sorry I didn't merge the code correctly, also the late reply. It should be fine now.