Can't visualize the dropout layer in model summary using this method

前端 未结 0 1578
旧时难觅i
旧时难觅i 2021-01-15 02:36
n_col = X_tr_ss.shape[1]
n_out = y_tr_ss.shape[1]
com_name = \'mlp\'

dn_lyr = [256, 128]
drp_out = [0.2]
actv_name = [\'relu\',\'relu\']

n_patience = 5
n_epoch = 3         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题