speech-recognition-neural-network
speech-recognition-neural-network copied to clipboard
This is the end-to-end Speech Recognition neural network, deployed in Keras. This was my final project for Artificial Intelligence Nanodegree @Udacity.
Hi, I am using a window 10 to run the flac_to_wav.sh, for some reason, it is not working and said that command is not recognized. Does anyone also have this...
Can you please give some site or code recommendation for language model.
Windows 10 Python: 3.7.5 tensorflow: 2.0.0 Keras: 2.3.1 model_1 = rnn_model(input_dim=13, # change to 13 if you would like to use MFCC features units=200, activation='relu') This error occurrs --------------------------------------------------------------------------- ValueError...
jupyter notebook, getting error on kernel connection. `File "/home/ubuntu/anaconda3/envs/aind-vui/lib/python3.5/site-packages/tornado/platform/asyncio.py", line 148, in start self.asyncio_loop.run_forever() File "/home/ubuntu/anaconda3/envs/aind-vui/lib/python3.5/asyncio/base_events.py", line 408, in run_forever raise RuntimeError('This event loop is already running') RuntimeError: This event...
I am trying to run the code but there is a problem after model_1 = rnn_model(...) could you tell me how to solve this problem pls
Iam trying to train the model_end with few hyperparameter tuning changes. Iam also training on my own dataset of 600 wavefiles, splited as 10% test dataset, 10% validation dataset and...
Hey, I am trying to create a TCN model but it always shows a big loss in each epoch and predict is also not working. Can anyone help me with...