We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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有什么差别? 谢谢!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这段代码实现了什么逻辑?
field_cnt和feature_cnt有什么差别?
谢谢!!
The text was updated successfully, but these errors were encountered: