dnn_config_cv.cfg (599B)
1 #feature argument 2 fea_dim = 39 3 fea_context = 11 4 5 #struct of DNN ; the first one is fea_dim*fea_context 6 dnn_layers = {429, 2048, 2048, 2048, 2048, 2048, 2048, 8991} 7 8 #bunch and chunck size 9 bunchsize = 1024 10 chuncksize = 102400 11 12 #random sedd 13 init_random_seed = 27863875 14 15 #learn_rate 16 learn_rate = 0.768 17 18 # full path name 19 file_norm = ../dataset/train.norm 20 pfile_fea = ../dataset/fea_cv.pfile 21 pfile_lab = ../dataset/lab_cv.pfile 22 init_wts = ./mlp.0.wts 23 24 output_wts = ./mlp_cv 25 output_log = ./mlp_cv 26 27 #range 28 train_bp_range = 0-1574 #for crossvalid 29 #train_bp_range = 0-10 #for crossvalid 30