Can i Download the finished Model anywhere?
Hello
i just realized that i dont have enough computing power to create the model so i would like to ask if you have the model somewhere online where i could donwload it?
with kind regards Marc Landolt
https://github.com/ynop/deepspeech-german/releases
yay, danke :+1:
Hey, first of all thanks for sharing your pretrained model. I would like to continue training your model (with common voice dataset) but as I am really new to this I don't really understand how to continue the training just given the output_graph.pb. Or do I need the checkpoints as well? I set all the hyperparameters as you did in the run_training.sh and the export dir to the output_graph.pb, but im pretty sure it didn't load your model and instead start training from the beginning. Any advice where to read about transfer learning of pretrained DeepSpeech models? Thanks in advance
I am not sure, but i think you need the checkpoints (According to https://github.com/mozilla/DeepSpeech#checkpointing). Unfortunately I don't have them anymore.