Skip to main content

Support

Troubleshooting

Server Issues:

bash

Copy


# Check service status
systemctl status deepspeechd
# View logs
tail -f /var/log/deepspeech/server.log

Recognition Issues:

python

Copy

# Test audio sample
model.diagnoseAudio(sample_path)
# Check model status
model.verifyIntegrity()

Common Problems

1.Recognition accuracy

  • Check audio quality

  • Verify model version

  • Review language model

2.Performance issues

  • Monitor GPU memory

  • Check batch size

  • Verify audio format