icefall

Contents:

  • Installation
  • Frequently Asked Questions (FAQs)
  • Model export
  • Recipes
  • Contributing
  • Huggingface
icefall
  • Icefall
  • Edit on GitHub

Icefall

icefall logo

Documentation for icefall, containing speech recognition recipes using k2.

Contents:

  • Installation
    • (0) Install CUDA toolkit and cuDNN
    • (1) Install PyTorch and torchaudio
    • (2) Install k2
    • (3) Install lhotse
    • (4) Download icefall
    • Installation example
    • Test Your Installation
    • YouTube Video
  • Frequently Asked Questions (FAQs)
    • OSError: libtorch_hip.so: cannot open shared object file: no such file or directory
    • AttributeError: module ‘distutils’ has no attribute ‘version’
    • ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
  • Model export
    • Export model.state_dict()
    • Export model with torch.jit.trace()
    • Export model with torch.jit.script()
    • Export to ONNX
    • Export to ncnn
  • Recipes
    • Non Streaming ASR
      • aishell
      • LibriSpeech
      • TIMIT
      • YesNo
    • Streaming ASR
      • Introduction
      • LibriSpeech
  • Contributing
    • Contributing to Documentation
    • Follow the code style
    • How to create a recipe
  • Huggingface
    • Pre-trained models
    • Huggingface spaces
Next

© Copyright 2021, icefall development team.

Built with Sphinx using a theme provided by Read the Docs.