From: Jonathan L <jon...@gm...> - 2015-06-29 16:02:37
|
I'm looking to further train an existing LibriSpeech nnet2_a_online model on a new dataset. I have prepared the files for this new dataset inside a data/train directory, as described in the *Data Preparation *tutorial. I want to keep the nnet2_a_online model initialized to the parameters it learned from training on LibriSpeech, but continue its training on this new dataset. Is there a script that would allow me to specify the nnet2_a_online model and the dataset's data/train directory as input in order to output a model that has been trained more on this new dataset? |