Junhwan Kim
Junhwan Kim
Unittest to validate filter with shared key Signed-off-by: Junhwan Kim --- **Self evaluation:** 1. Build test: [*]Passed [ ]Failed [ ]Skipped 2. Run test: [*]Passed [ ]Failed [ ]Skipped
https://github.com/hexiangnan/neural_collaborative_filtering/blob/4aab159e81c44b062c091bdaed0ab54ac632371f/NeuMF.py#L145 `num_items` is not defined in function scope. This line might throw an error when calling from outside. Sorry to bother you tho. Thx
I'm following the guide in Getting Started document. After data conversion when I try running following command >python -m tf_euler \ --data_dir ppi \ --max_id 56944 --feature_idx 1 --feature_dim 50...