# file: $ISIP_EXP/tuh_dpath/exp_0074/params/param_train.txt # # Defines parameters for the nedc_train_mdl.py script # # set version info # version = param_v1.0.0 #------------------------------------------------------------------------------ # # Section 0: MLP # #------------------------------------------------------------------------------ MLP_VALUES { # learning rate # lr = .005 # beta_1 value # beta_1 = .9 # beta_2 value # beta_2 = .999 # epsilon value # epsilon = 1e-08 # decay value # decay = .00001 # Enter the number of complete passes the training data will go through # epochs = 100 # Enter the number of samples in a batch # batch_size = 36 # the training data (a single text file in this case) # data = /data/isip/exp/tuh_dpath/exp_0074/data/train_set.txt }