Download model to the folder final_model
Create folder data
, path to the dataset should be data/datasets/librispeech
pip install -r ./requirements.txt
python test.py \
-c final_model/default_test_config.json \
-r final_model/model_best.pth \
-t test_data \
-o test_result.json
python train.py \
-c hw_asr/train460_config.json \
-wk "YOUR_WANDB_API_KEY"
python train.py \
-c hw_asr/train500_config.json \
-wk "YOUR_WANDB_API_KEY" \
-p "PATH TO THE LATEST CHECKPOINT FROM TRAIN 1"