Please help.. When I click to resume the training it Shows me This RuntimeError: The expanded size of the tensor (12800) must match the existing size (0) at non-singleton dimension 1.
Hi, Thank you so much for your feedback 🌹, Please test this code and give me another feedback with what you will get. I have modified this code for testing and will update the original code if the issue is fixed: colab.research.google.com/drive/1t8wyQV6fUCPsB0xP_hKOa2CyCg5f7orm?usp=sharing
@@BahaaAI Hyy please can you explain me this?? It show me when I was trying to convert my audio [Errno 2] No such file or directory: '/content/RVC' /content
bro thank you so much. now i can finally make an kurt cobain ai vocemodel on 2000 epochs using 40 mins of clean audio...that's sooo cool. just prefect. thank you very much. with this trick i'll make more and better ai models...awesome
BTW the step200 and batch size 8 that you have put in the training, are great parameter values. They make the best models. Please do not change them! Thank you 🙏🙏
@@tuilaMinh07 Look for a video called: How to train AI voice models, the channel name is: AI search. You will have the same results, using the model he provides, without these code errors.
I want to Resume, but not for training the model, only for inference. However, I only have a model in *.pth format, while the video requires the model in *.tar.gz format. How can I proceed?🙏
Please help me! When I try to start the training for the first time, this error appears to me: "No such file or directory: '/content/RVC/logs/model/3_feature768" and this appears in every model i try to train
Hi, when I want to continue the training, after, for example, 2 days, I did according to what you said in the video, but in the end, when I click on the option to start loading the model from Google Drive, it gives an error and says I can not find the model. What is the problem?
Hi Bahaa, recently whilst attempting to resume training of my 1100 epoch model I get this error: AttributeError: 'FigureCanvasAgg' object has no attribute 'tostring_rgb' This error also occurs when attempting to train new models, could you please look into this? Thanks!
after generating a song, do some cleanups, cause after uploading another song, whole thing crashes. and do proper naming conventions, use the same name as the original song, add a prefix converted before that. code is very messy, it can be cleaned.
I tried training Elon Musk voice fist on 100 epochs and then tried 300 epochs but the results are almost same as the input audio that i give it, like the voice cloning doesnt work accordingly as you did, what can be the issue? i have a 7 minutes clean voice clip taken from TED talks and it has no music but still it doesnt clone it as i want...
bro iam getting this error on load model NameError Traceback (most recent call last) in () 26 print('Paste model link and try again!') 27 ---> 28 if not os.path.exists(f'/content/sample_data/{Model_Name}.tar.gz'): 29 print("File not found.") 30 else: NameError: name 'os' is not defined pls help me love from pakistan
Hey, im facing this issue while loading model from Google drive NameError Traceback (most recent call last) in () 26 print('Paste model link and try again!') 27 ---> 28 if not os.path.exists(f'/content/sample_data/{Model_Name}.tar.gz'): 29 print("File not found.") 30 else: NameError: name 'os' is not defined
Run Interface error: [Errno 2] No such file or directory: '/content/RVC' /content /content Index_Temp Folder Found. --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in () 32 index_file_path = os.path.join('/content/RVC/logs/', model_name,'') 33 ---> 34 for file_name in listdir(index_file_path): 35 if file_name.startswith('added') and file_name.endswith('.index'): 36 shutil.copy(index_file_path + file_name, os.path.join( '/content/', index_temp, file_name)) FileNotFoundError: [Errno 2] No such file or directory: '/content/RVC/logs/' Help fix
Please help..
When I click to resume the training it Shows me This
RuntimeError: The expanded size of the tensor (12800) must match the existing size (0) at non-singleton dimension 1.
Hi, Thank you so much for your feedback 🌹, Please test this code and give me another feedback with what you will get. I have modified this code for testing and will update the original code if the issue is fixed:
colab.research.google.com/drive/1t8wyQV6fUCPsB0xP_hKOa2CyCg5f7orm?usp=sharing
Thankyou for replying
Now it Works 🤠😊@@BahaaAI
Thanks For Your Help 🌹🌹
@@BahaaAI
Hyy please can you explain me this??
It show me when I was trying to convert my audio
[Errno 2] No such file or directory: '/content/RVC' /content
What is the exact error? this don't seem to be right "[Errno 2] No such file or directory: '/content/RVC' /content
"
Thank you! Appreciate your work so far.
bro thank you so much. now i can finally make an kurt cobain ai vocemodel on 2000 epochs using 40 mins of clean audio...that's sooo cool. just prefect. thank you very much. with this trick i'll make more and better ai models...awesome
BTW the step200 and batch size 8 that you have put in the training, are great parameter values. They make the best models. Please do not change them! Thank you 🙏🙏
error data procsssing give a new link. which working perfectly
Hi, Code has been updated and fixed.
@ thnx alot❤️
Can i have your instagram?
Please Help
When I go to make the inference, this appears:
ValueError: rate must be specified when data is a numpy array or list of audio samples.
lol i get the same thing, it's been 2 days like this
@tuilaMinh07 If I find a solution, I'll let you know.
@@tuilaMinh07 I found a solution
@@tuilaMinh07 Look for a video called: How to train AI voice models, the channel name is: AI search. You will have the same results, using the model he provides, without these code errors.
Hi, Code has been updated and fixed.
Simple and effective, great demonstration! Love the subscription, thank you so much! You are awesome, keep up the good work!! Subscribe now
I want to Resume, but not for training the model, only for inference. However, I only have a model in *.pth format, while the video requires the model in *.tar.gz format. How can I proceed?🙏
Hi, unfortunately you can't resume training using the .pth file only. As you need all weights and logs of the model to resume training it.
please help, it says "ValueError: rate must be specified when data is a numpy array or list of audio samples." when i'm trying to run inference
Hi, Code has been updated and fixed.
The colab is no longer working due to some policies and implementation of Google Artificial Intelligence like Gemini 😢
Please help me!
When I try to start the training for the first time, this error appears to me:
"No such file or directory: '/content/RVC/logs/model/3_feature768"
and this appears in every model i try to train
same!
if you fixed it tell me please
Hi, Code has been updated and fixed.
Hi, when I want to continue the training, after, for example, 2 days, I did according to what you said in the video, but in the end, when I click on the option to start loading the model from Google Drive, it gives an error and says I can not find the model. What is the problem?
My problem is solved, thank you very much
Hi Bahaa, recently whilst attempting to resume training of my 1100 epoch model I get this error:
AttributeError: 'FigureCanvasAgg' object has no attribute 'tostring_rgb'
This error also occurs when attempting to train new models, could you please look into this? Thanks!
same
great tutorial, can we use any RVC model on Text to Speech with google collab?
In your last video, there is only 6 model
Will add it asap 👍
how to convert voices direct from google drive links? please make a tutorial please
Hello, I can't use my model anymore as the Value error is displaying even after the code update
Bahaa help me , After update Audio voice and Train 2nd Step the Runtime not Working [ Error ] I try a lot of Time but not Working 😢❤
Filme not found error on 3rd step
Please help
Hi, Code has been updated and fixed.
@@BahaaAIdid you also fix the deapfake model?
Thank you BAHAA ...... How can i use .PTH file in your RVC program?
after generating a song, do some cleanups, cause after uploading another song, whole thing crashes.
and do proper naming conventions, use the same name as the original song, add a prefix converted before that.
code is very messy, it can be cleaned.
Can I ask for the Google collab link?
colab.research.google.com/drive/1hmKPNeeReO4NHzOktJFMI2plYKy5F7ZI?usp=sharing
Why does your model only work with audio files that are less than 5 minutes long, or longer than that?
Hi, the code works for any length of audio. The issue is in previewing the converted audio only.
Hello can we get a nootbook to lipsyn audio to video?
Hi, this is the one I used
ruclips.net/video/pBtAhgynLt4/видео.html
AttributeError: 'FigureCanvasAgg' object has no attribute 'tostring_rgb'
Yeah I am having the same issue.
@rcfgameplays6412 🤝
@@Nayagamer3000 We need to try to get Bahaa to fix this issue asap
Hello! How can I continue training a 2000 epoch model? i have the model on 2000 but in the Collab the maxium is 2000
i have a PTH file on hugging face , How can i use this file ????
Step 2 : Run Inference = doesn’t work Bahaa help me😢❤
me too
Pls can you do a video on how to to Google colab for Auto caption on video
Also, upload a video for mobile version.
now how/where to use it?
showing error while installing rvc can you give updated code
Bro Please add Lead Vocal and Backing Vocal Saparater
Pls make a video on how to do it on mobile phone
Your Link is not working.
Hi, Code has been updated and fixed.
Bro it only convert 10 min video can you please tell something by which I can convert a 40 min video bro please reply🙏🙏
Bro please Give me New Link To Convert Model To Song
Please create an image to video generator using google Collab that generates videos like runway ml
You should update your second to last video.
I used a voice model(epoch=85) to rseume But it starts from 1 epoch... 😢😢
Please try training your model on at least 100 epochs and save it to Google drive. Then resume the training
Could you please give a colab for inference audio files???
How can | make a RVC model which can talk hindi ?
Hi, this method works for any language 👍
@@BahaaAIBro i want to know how much long train voice required to create a perfect realistic Clone voice
Please share voice model link
Hi, link in video description 👍
I tried training Elon Musk voice fist on 100 epochs and then tried 300 epochs but the results are almost same as the input audio that i give it, like the voice cloning doesnt work accordingly as you did, what can be the issue? i have a 7 minutes clean voice clip taken from TED talks and it has no music but still it doesnt clone it as i want...
Sir your deepfake video collab is not working, it is having errors again and again… please fix it
Hi, Ok, I will recheck them asap 👍
@@BahaaAI thanks for replying...
Sir, I tried your deep face tutorial but the video is flickering, can you do a tutorial using deepfacelab on Google Colab pls😓
Sir Google Collab not working error runtime disconnect
Sir please make anime conveter 🙏🙏
Bro we need to make deep fake previous link not wrking because of team and violence
bro iam getting this error on load model
NameError Traceback (most recent call last)
in ()
26 print('Paste model link and try again!')
27
---> 28 if not os.path.exists(f'/content/sample_data/{Model_Name}.tar.gz'):
29 print("File not found.")
30 else:
NameError: name 'os' is not defined
pls help me
love from pakistan
Silkasini bering klon qilishni
Clikbait 😂
Hey, im facing this issue while loading model from Google drive
NameError Traceback (most recent call last)
in ()
26 print('Paste model link and try again!')
27
---> 28 if not os.path.exists(f'/content/sample_data/{Model_Name}.tar.gz'):
29 print("File not found.")
30 else:
NameError: name 'os' is not defined
FileNotFoundError: [Errno 2] No such file or directory: '/content/RVC/logs/Jaikishan/'
While running Infrenece
Run Interface error: [Errno 2] No such file or directory: '/content/RVC'
/content
/content
Index_Temp Folder Found.
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in ()
32 index_file_path = os.path.join('/content/RVC/logs/', model_name,'')
33
---> 34 for file_name in listdir(index_file_path):
35 if file_name.startswith('added') and file_name.endswith('.index'):
36 shutil.copy(index_file_path + file_name, os.path.join( '/content/', index_temp, file_name))
FileNotFoundError: [Errno 2] No such file or directory: '/content/RVC/logs/' Help fix
Hi, make sure to write the model name in the inference step.
/content/RVC
/content
Index_Temp Folder Created.
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in ()
32 index_file_path = os.path.join('/content/RVC/logs/', model_name,'')
33
---> 34 for file_name in listdir(index_file_path):
35 if file_name.startswith('added') and file_name.endswith('.index'):
36 shutil.copy(index_file_path + file_name, os.path.join( '/content/', index_temp, file_name))
FileNotFoundError: [Errno 2] No such file or directory: '/content/RVC/logs/oremon/'. Proble
AttributeError: 'FigureCanvasAgg' object has no attribute 'tostring_rgb'
Hello! How can i continue training a 2000 epoch reached model? the maxium in the collab is 2000
You have to pay for Google Colab to access more resources.