ECPE icon indicating copy to clipboard operation
ECPE copied to clipboard

What are w_cause and b_cause mean?

Open lu-ding-tian opened this issue 4 years ago • 1 comments

w_cause = tf_funcs.get_weight_varible('softmax_w_cause', [2 * FLAGS.n_hidden, FLAGS.n_class]) b_cause = tf_funcs.get_weight_varible('softmax_b_cause', [FLAGS.n_class])

lu-ding-tian avatar Nov 12 '19 04:11 lu-ding-tian

they are parameters for cause extraction

balancedzx avatar Dec 19 '19 02:12 balancedzx