Harshdeep Gupta
Results
2
issues of
Harshdeep Gupta
Hi there, I have been trying to use case recommender for my dataset. I have nearly 380,000 users and 15,000 items in my dataset, and when I run the example...
In the `load_weights` function in utils.py file, there is this line which does: ` data=data[4:] ` This ignores the first three values of the loaded weights array. Can someone please...