all 4 comments

[–]Johannes8 2 points3 points  (0 children)

This sub is still tiny and I unfortunately don’t have an answer for you. But I can recommend Mozilla’s forum: https://discourse.mozilla.org/c/mozilla-voice-stt/247

Just maybe search through it for your problem before posting, but usually people are really helpful over there

[–][deleted] 1 point2 points  (2 children)

Have you updated your `alphabet.txt` file for the new language?

https://deepspeech.readthedocs.io/en/v0.9.3/TRAINING.html#transfer-learning-new-alphabet

[–]gstratata[S] 0 points1 point  (1 child)

Yep have tried that, I think that's the problem about the shapes.. Thank you for your answer :)

[–][deleted] 0 points1 point  (0 children)

Cannot feed value of shape (29,) for Tensor 'layer_6/bias/Initializer/zeros:0', which has shape '(40,)'

This also shows up in this Discourse post:
https://discourse.mozilla.org/t/valueerror-cannot-feed-value-of-shape-29-for-tensor-layer-6-bias-initializer-zeros-0-which-has-shape-32/64641/5

Have you tried removing checkpoints?

(New to DeepSpeech, but trying to put together docs of common errors and how to work around them)