Hello @lissyx thank you for your prompt reply.
I am running the same command which i ran first time when i trained on 0.4.1 checkpoint just changing the name of and path of train,test,dev file apart from that i am doing everything same.
Here is command
First time while training from 0.4.1 checkpoint
python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir /home/sanjjayyp/deepspeech-0.4.1-checkpoint/ --epochs 300 --train_files /home/sanjjayyp/total_data_train.csv --dev_files /home/sanjjayyp/total_data_dev.csv --test_files /home/sanjjayyp/total_data_test.csv --learning_rate 0.0001 --export_dir /home/sanjjayyp/export_total_data_0_4_1/
Second time while training from 0.4.1 checkpoint
python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir /home/sanjjayyp/deepspeech-0.4.1-checkpoint/ --epochs 300 --train_files /home/sanjjayyp/petpooja_data_train.csv --dev_files /home/sanjjayyp/petpooja_data_dev.csv --test_files /home/sanjjayyp/petpooja_data_test.csv --learning_rate 0.0001 --export_dir /home/sanjjayyp/export_total_data_0_4_1/
Cant we keep feeding the model from the same checkpoint? Not able to do for second time it just gives directly prediction result.