Hi,
I just finish my first finetuning model training and I have realized that was generated two files in the folder output_models/
author_model_0.0.1.md
output_graph.pb
I was expecting to see a .scorer and .pbmm file to use in my ASR.
Regarding the documentation, I can run the following two commands:
$ python3 util/taskcluster.py --source tensorflow --artifact convert_graphdef_memmapped_format --branch r1.15 --target .
$ convert_graphdef_memmapped_format --in_graph=output_graph.pb --out_graph=output_graph.pbmm
Could you please confirm if is this the right way to submmit/publish that model for inference?
I’m using Ubuntu Linux.
Thank you
Last training buffer output:
I Exporting the model…
I Loading best validating checkpoint from fine_tuning_checkpoints/best_dev-1614170
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/bias
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/kernel
I Loading variable from checkpoint: layer_1/bias
I Loading variable from checkpoint: layer_1/weights
I Loading variable from checkpoint: layer_2/bias
I Loading variable from checkpoint: layer_2/weights
I Loading variable from checkpoint: layer_3/bias
I Loading variable from checkpoint: layer_3/weights
I Loading variable from checkpoint: layer_5/bias
I Loading variable from checkpoint: layer_5/weights
I Loading variable from checkpoint: layer_6/bias
I Loading variable from checkpoint: layer_6/weights
I Models exported at output_models/
I Model metadata file saved to output_models/author_model_0.0.1.md. Before submitting the exported model for publishing make sure all information in the metadata file is correct, and complete the URL fields.