Open y2695771481 opened 4 weeks ago
what does this part of the notebook print in your code (1st cell):
Please ask how long it takes you to complete a training (epochs=100), I successfully displayed Using cuda, but the GPU usage is still 0, the training time is very long。
I don't remember exactly but I am pretty sure that I let it run over night. Moreover the reason your GPU utilization is low might have to do with the fact that models are very lightweight. During the training the CUDA was indeed working for me.
Also you can use the weights I provided. You don't have to train it yourself.
Hi if its working can I close this issue or is further help needed ?
May I ask if there is a corresponding paper for this project? If so, could you please provide information or links to relevant papers?
No, I made this project just for learning how to work with audio data.
Are you working on a research paper ?
I am not writing a paper at present. But I am doing learning and research in this field. In addition, I am really grateful for your patient reply.
Oh yeah no worries brother. When I was working in the audio domain I referred to this youtube channel: https://youtube.com/@valeriovelardothesoundofai?feature=shared. You can check it once. It might be helpful.
I was able to run your project successfully, but I noticed that the GPU utilization was 0. However, my CUDA is available and I tried to resolve the issue but was unsuccessful. Can you help me clear up my confusion? Thank you very much!