Hi, I am new to deepspeech and am running into some trouble with the pre-trained model. Everything I see on here isn’t applicable to me so hoping someone has encountered the same issue. The error I am getting is when I try to import the pre-trained model. Unfortunately, the error is not very descriptive at all and just says “RuntimeError: CreateModel failed with ‘Failed to initialize memory mapped model.’ (0x3000)”. Please see below for my sample code.
import deepspeech as ds
ds.Model(r"..\deepspeech\deepspeech-0.7.3-models.pbmm")
I’m running 64bit, Win10, and ds.version() does indeed return 0.7.3. Any thoughts would be greatly appreciated.