deep-voice-conversion
deep-voice-conversion copied to clipboard
Fix broken code
I have fixed all the issues with the code. Now It runs successfully on my machine. To run
python3 train1.py case1
python3 train2.py case1 case2
tensorboard --logdir="logdir"
There are some unnecessary logs that I had used for debugging. I shall remove those some time later
Yo, i found out that your version at least works for me. But why did y change number of epochs and batch_size ?
@Techmind I changed batch_size because I was getting out of memory error in GPU. So, reducing batch_size helped to overcome it. I changing number of epochs doesn't make any difference in program execution. I change number of epochs based on training needed.
@akshay-ap thanks for the PR man saved me a lotta time debugging
I opened tensorboard to check the result. I used arctic dataset. There are A and A_1 which are original sound. And B, B_1 have nothing. Why?
Provide Pretrained weights of train2.py
there is an error while running train1.py:
ImportError: cannot import name preemphasis
Provide Pretrained weights of train2.py
I opened tensorboard to check the result. I used arctic dataset. There are A and A_1 which are original sound. And B, B_1 have nothing. Why?
Can you please provide us the pretrained weights of train2