arvindmn01

Results 5 issues of arvindmn01

I am using WeasyPrint to convert HTML to PDF. The HTML file contains text in multiple languages such as **Hindi**, **Telugu**, and **Tamil**. WeasyPrint is functioning correctly on my local...

HI, I am trying to use the `voicefilter.py` to separate the specific voice from the mixed audio file. I ran this command ```python voicefilter.py --input entire_audio.mp3 --reference_file only_shahrukh_voice.mp3 --savepath result.mp3```...

I am using this SPARQL Query to fetech the data from PostgreSQL database. ``` PREFIX dcim: SELECT * WHERE { ?dcim_location dcim:created ?created ; dcim:custom_field_data ?custom_field_data ; dcim:description ?description ;...

type: question

I tried to finetune wav2vec2 model along with bart model on my custom dataset using the following command `python run_flax_speech_recognition_seq2seq.py ...` but I got this error. ``` File "run_flax_speech_recognition_seq2seq.py", line...

Hi @alexeib @patrickvonplaten , I have fine-tuned wav2vec2 models, specifically **large-lv60**, **base**, **base-960h**, and **large-960**, on Indian English data from four speakers. However, I am getting the empty or random...