The model was trained on full
GRID with the scripts in
icefall .
See (
https://github.com/k2-fsa/icefall/tree/master/egs/grid/AVSR/visualnet2_ctc_asr ) for more details of this model.
The main repositories are list below, we will update the training and decoding scripts with the update of version.
k2:
https://github.com/k2-fsa/k2
icefall:
https://github.com/k2-fsa/icefall
git clone https://github.com/k2-fsa/icefall
cd icefall
cd egs/grid/AVSR
bash ./prepare.sh
export CUDA_VISIBLE_DEVICES="0"
python visualnet2_ctc_asr/train.py --world-size 1
The best decoding results (WER) on GRID TEST are listed below, we got this result by averaging models from epoch 15 to 29, the decoding method is 1best.