-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not enough time for target transition sequence (required: 26, available: 1) #746
Comments
Hello all. |
Sir i am also facing this issue. in my training csv file i was removed Non ASCII, special characters and conv all lowercase but stil now that same error was shown. what i do, help me. @elpimous sir. python3 DeepSpeech.py --n_hidden 2048 --initialize_from_frozen_model ../models/output_graph.pb --checkpoint_dir fine_tuning_checkpoints3 --epoch 3 --train_files /home/dell/Documents/train_file1/train1.csv --dev_files /home/dell/Documents/train_file1/dev1.csv --test_files /home/dell/Documents/train_file1/test1.csv --learning_rate 0.0001 --decoder_library_path new_native_client/libctc_decoder_with_kenlm.so --alphabet_config_path data/alphabet.txt --lm_binary_path data/lm/lm.binary --lm_trie_path data/lm/trie During handling of the above exception, another exception occurred: Traceback (most recent call last): Caused by op 'tower_0/CTCLoss', defined at: InvalidArgumentError (see above for traceback): Not enough time for target transition sequence (required: 77, available: 76)0You can turn this error into a warning by using the flag ignore_longer_outputs_than_inputs Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Caused by op 'tower_0/CTCLoss', defined at: InvalidArgumentError (see above for traceback): Not enough time for target transition sequence (required: 77, available: 76)0You can turn this error into a warning by using the flag ignore_longer_outputs_than_inputs During handling of the above exception, another exception occurred: Traceback (most recent call last): |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Could anyone help me to anderstand this error ?
my material is 242 wavefiles (mono, nearly 2-3seconds each, 16000)
my csv file (sample :
wav_filename,wav_filesize,transcript
/home/nvidia/Documents/wav/record.1.wav,76218,qui est alfred mon robot
/home/nvidia/Documents/wav/record.2.wav,95198,qui est ce petit robot noir et blanc
/home/nvidia/Documents/wav/record.3.wav,65882,toc toc toc qui est la
/home/nvidia/Documents/wav/record.4.wav,44,ou habites tu en ce moment
/home/nvidia/Documents/wav/record.5.wav,52134,ou est-ce que tu habites
/home/nvidia/Documents/wav/record.6.wav,61888,tu resides ou aujourd' hui
...)
The text was updated successfully, but these errors were encountered: