OpenLearning4DeepRecsys icon indicating copy to clipboard operation
OpenLearning4DeepRecsys copied to clipboard

您好,求教一个小问题,谢谢

Open johnson-xu01 opened this issue 7 years ago • 0 comments

    if params['is_use_dnn_part']:
        w_fm_nn_input = tf.reshape(tf.gather(w_fm, _ind) * tf.expand_dims(_values, 1), [-1, field_cnt * dim])
        print(w_fm_nn_input.shape)

这段代码实现了什么逻辑? field_cnt和feature_cnt有什么差别? 谢谢!!

johnson-xu01 avatar Jan 08 '18 16:01 johnson-xu01