hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering
Apache License 2.0
1.79k stars 652 forks source link

errors in NeuMF #74

Open Amelia0312 opened 3 years ago

Amelia0312 commented 3 years ago

mlp_vector = merge([mlp_user_latent, mlp_item_latent], mode = 'concat')

ValueError: Shape (2, ?, ?) must have rank 0

how to solve this problem

anasserhussien commented 2 years ago

Hi @Amelia0312 have you found a solution for this problem?