I just used fine-tuning on my data. How can I use my new checkpoint created for prediction?

Do i need to convert it to .pb file ? Please let me kniw as I am not well versed with Tensorflow, just started with it

Please read the documentation.

https://deepspeech.readthedocs.io/en/v0.7.0/TRAINING.html?#exporting-a-model-for-inference

hi @lissyx, –export_dir is to be provided during training itself right? Can I convert the checkpoint to pbmm after the training?

Read. The. Documentation. All parameters are explained in --helpfull

Okay. Thank you :slight_smile: will check on --helpfull

There is also a ton of examples here …