NervanaSystems / deepspeech

DeepSpeech neon implementation
Apache License 2.0
222 stars 69 forks source link

difference between .pkl and .prm models #17

Closed pankaj2701 closed 7 years ago

pankaj2701 commented 7 years ago

what is the difference between .pkl and .prm models. How to convert from .pkl to .prm model.

hanlint commented 7 years ago

They are the same -- no need for conversion. They both refer to pickled python objects.