kormoczi

Results 24 comments of kormoczi

I have tried to use the dc_tts model...

Hi, may I ask if you have resolved to run the inference on cpu, or you just decided to forget about this issue? Because I am also interested about the...

I am asking about the image inference colab on this link: https://colab.research.google.com/drive/1r1hhciakk5wHaUn1eJk7TP58fV9mjy_W

Sure, that was the method I have tried (to replace all .cuda() with .cpu()), but it did not work, unfortunatelly. I can't remember the error message by heart, but later...

I have replaced all the .cuda() with .cpu() and all the .half() with .float(), but still I get this error: RuntimeError: Found no NVIDIA driver on your system. Please check...

I think I have found some kind of a solution... (maybe not the best) 1. replace all the .cuda() with .cpu() 2. replace all the .half() with .half().float() 3. add...

Dear @Saran-nns and @justinshenk, My results were similar... If there is any problem with the GPU initialization (similar to your example, @Saran-nns), then the system falls back using the CPU,...

Hi @Saran-nns, Thanks for your suggestions, I will check them... But I have two questions: 1. You wrote this: "From your log, it is clear that the CUDA couldn't reach...

Hi @Saran-nns, I have checked the project again, and to my very big surprise, after I have re-built the docker image (without any modification), right now the example is working...

Two more things... 1. I have tried to get the IPA phonemes of a Hungarian sentence with espeak-ng, but that gives different IPA characters as well. Maybe do you have...