cps-16-mic

Ускорение обучения глубокой нейронной сети путем оптимизации алгоритма для запуска на MIC архитектуре
git clone https://git.igankevich.com/cps-16-mic.git
Log | Files | Refs

dnn_config_tr.cfg (567B)


      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_tr.pfile
     21 pfile_lab   = ../dataset/lab_tr.pfile
     22 init_wts    = ../dataset/mlp.0.wts
     23 
     24 output_wts  = ./mlp
     25 output_log  = ./mlp
     26 
     27 # train range
     28 train_bp_range = 0-3571 #for training