A-Hackers-AI-Voice-Assistant icon indicating copy to clipboard operation
A-Hackers-AI-Voice-Assistant copied to clipboard

python stopped working

Open samano99 opened this issue 4 years ago • 2 comments

Screenshot (23)

samano99 avatar Oct 14 '20 15:10 samano99

looks like you're trying to train a speech recognition model. I think the size of your spectrogram is too big and maybe causing python to get stuck in a loop. you can change this line of code to accept large spectrogram size to like 2000 https://github.com/LearnedVector/A-Hackers-AI-Voice-Assistant/blob/master/VoiceAssistant/speechrecognition/neuralnet/dataset.py#L118

LearnedVector avatar Oct 15 '20 21:10 LearnedVector

in the optimze graph.py, i got "python stopped working". it stuck while saving the file Screenshot (28)

samano99 avatar Oct 17 '20 10:10 samano99