icefall
Contents:
Installation
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
Contributing
Huggingface
icefall
»
Model export
Edit on GitHub
Model export
In this section, we describe various ways to export models.
Export model.state_dict()
When to use it
How to export
How to use the exported model
Use the exported model to run decode.py
Export model with torch.jit.trace()
When to use it
How to export
How to use the exported models
Export model with torch.jit.script()
When to use it
How to export
How to use the exported model
Export to ONNX
When to use it
How to export
How to use the exported model
Export to ncnn