Skip to content

Releases: waikato-ufdl/gtk-audio-transcribe

Model v1.3.0

27 Sep 03:08
Compare
Choose a tag to compare
  • tensorflow lite model derived from Coqui STT 1.3.0 checkpoint (extracted to checkpoints/coqui-stt-1.3.0-checkpoint)
  • conversion command:
    docker run \
       -u $(id -u):$(id -g) \
       --gpus=all \
       --shm-size=1g \
       -v `pwd`:/workspace \
       -v `pwd`/local:/.local \
       -t waikato-datamining/tf_coqui_stt:1.3.0_cuda11.0 \
       stt_export \
      --export_quantize false \
      --checkpoint_dir /workspace/checkpoints/coqui-stt-1.3.0-checkpoint \
      --export_dir /workspace/checkpoints/coqui-stt-1.3.0-checkpoint/export
  • tflite model output_graph.tflite located in checkpoints/coqui-stt-1.3.0-checkpoint/export