allthingssecurity

Results 6 comments of allthingssecurity

Will we plan to move to browser based solution or we have challenges, there also? Not sure just asking

Got this error TypeError: VC.pipeline() got multiple values for argument 'f0_file' My command is python myinfer1.py -6 "/workspace/audio/amit.mp3" "/workspace/audio/example_processed.wav" "weights/amit.pth" "cuda:0" "False" "harvest" "logs/oblivion_guard_v2/added_IVF2892_Flat_nprobe_1_v1.index" " " 1 3 0 1.0...

Thanks but Still doesnt work for me.. Here is the output of the python file I used from your repo. !python myinfer.py 0 "/content/drive/MyDrive/jain/audio/kannada1.mp3" "/content/drive/MyDrive/jain/audio/smj_kannada.wav" "/content/Retrieval-based-Voice-Conversion-WebUI/weights/smj.pth" "" "cuda:0" "pm" ['myinfer.py',...

I think I fixed issue. Had to map the parameters exactly. Made these changes to make it work audio_opt = vc.pipeline( hubert_model, net_g, sid, audio, #input_audio_path, times, f0_up_key, f0_method, file_index,...

Can you please let us know, when will training/finetuning code be out?