kormoczi
kormoczi
Thanks for the answer, @xinjli, I have started to check those links, that you have mentioned. I would like to use a simple phoneme inventory, of course, if it will...
Thanks for the explanation. At first, I did not wanted to touch the probabilities, as I do not know how it might affect other words... So I will prepare the...
I have started the fine-tuning... I have customized the phoneme inventory, and prepared the train and the validate dataset. The audio features looks fine (until now), but I have a...
I don't think we can decompose [k:] into [k] [k]. Anyhow, long consonants are common in Hungarian, so I will try to us two different phonemes for the short and...
After some struggles with CUDA/Python/Ubuntu versions, finally I think the basic system is fine, I could run some basic tests on GPU. But with NLU, I still have problems. The...
Hi @C-K-Loan Sure, this is the python code: ``` import nlu input("Step #1 - nlu.load - Press Enter to proceed...") pipe_translate_hu_en = nlu.load('hu.translate_to.en', gpu=True) input("Step #2 - pipe_translate_hu_en.predict - Press...
Hi @C-K-Loan, Until now I have tested with CUDA 11.2.2 and CUDA 10.1. For me the problem with CUDA 11.2.2 (and 11.2 as well), that I am getting a lot...
Sorry, I am a little bit confused right now. @C-K-Loan told I should have CUDA 11.2, @maziyarpanahi, you told I should have CUDA 10.1. Anyhow, I have tried both... With...
@maziyarpanahi By the way, how I can request access to this thread you have mentioned? When I click on the link you have provided, I just received an error: "doesn’t...
@C-K-Loan Thanks, I could join the Slack channel. I have double checked the Tensorflow install (as described on the link you have provided), with using the following python script: ```...