Hello,
I am trying to train a x-vector model using custom 256-dim features. The command to create egs for training looks like this:
sid/nnet3/xvector/get_egs.sh --cmd "$train_cmd" \
--nj 8 \
--stage 0 \
--frames-per-iter 50000000 \
--frames-per-iter-diagnostic 100000 \
--min-frames-per-chunk 200 \
--max-frames-per-chunk 400 \
--num-diagnostic-archives 3 \
--num-repeats 35 \
"$data" $egs_dir
The command proceeds to produce the following log on console:
sid/nnet3/xvector/get_egs.sh: Preparing train and validation lists
sid/nnet3/xvector/get_egs.sh: Producing 92 archives for training
sid/nnet3/xvector/get_egs.sh: Allocating training examples
sid/nnet3/xvector/get_egs.sh: Allocating training subset examples
And then its stuck there for more than 20h. Even the log file says nothing. Basically it is stuck at this line:
Can anybody please let me know what could be the issue and how to debug this?
Thanks,
Brij