I am fine-tuning DeepSpeech v 0.5.1 pre-trained models with TIMIT database using the below command.
python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir /home/iiit_admin/DeepSpeech-0.5.1/DeepSpeech-0.5.1/checkpoint/deepspeech-0.5.1-checkpoint/ --epochs 3 --train_files /home/iiit_admin/Desktop/TIMIT/timit_train.csv --test_files /home/iiit_admin/Desktop/TIMIT/timit_test.csv --learning_rate 0.0001
Epoch 0 is itself taking more than 20 hours. Is this the proper way,approximately how long does it take to fine tune with TIMIT dataset?