Views
No views yet
train-clean-100) subset with FTA training.pretrained-epoch40-avg10.pt(30, 40]torch.save({"model": state_dict, ...})encoder.*,
ctc_head.*, blank_gate.*, and blank_prior.*. It is an icefall checkpoint,
not a Transformers AutoModel.from_pretrained() package.1import torch
2
3checkpoint = torch.load(
4 "pretrained-epoch40-avg10.pt",
5 map_location="cpu",
6 weights_only=False,
7)
8state_dict = checkpoint["model"]conformer_ctc2/decode_vi_blank_v2.py from the accompanying icefall codebase.