-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
[BUG] using NextItNet in main/examples/00_quick_start/sequential_recsys_amazondataset.ipynb #2110
Comments
This might be related to the issues we've been having with the newest Keras. @SimonYansenZhao do you think this could be related to the issues with TF? @OhitsaSteve can you check that you have TF < 2.16 #2071 |
Thanks for your support :) Yes, we are using TF < 2.16 . its currently 2.15.0 Btw in the upper code block its still the "sli_req.yaml" , we tried it with the modified "nextitnet" , sorry
|
However, we are using the quickstart example as a startpoint for our project. Is there an other example for "nextitnet" recommender? |
Hi @miguelgfierro :) After some time we found the mistake, now it is working ! :) The problem isnt Tensorflow. The Problem is the setup of the quickstart example. At Code block 7 you find this :
To use NextItNet you have use the model :
Sounds easy, but without any clue about this setup and with those good guidelines, how to use NextItnet, and this strange Tensorflow error, really hard to find. **### => Therefore , please add the "uncomment line" to code block 7 to use NextItNetModel.**or you give me the permission to commit and create a pullrequest :) |
@OhitsaSteve yes feel free |
Hi :)
Description
We want to use the NextItNet Recommender. For that we are using the quickstart example, friendly provided by you.
(main/examples/00_quick_start/sequential_recsys_amazondataset.ipynb)
Additionally we have modify some lines in the ipynb like by your comments described.
Unfortunately it asserts by line "model = SeqModel(hparams, input_creator, seed=RANDOM_SEED)" at part "2. Create model" with
How do we replicate the issue?
take original "main/examples/00_quick_start/sequential_recsys_amazondataset.ipynb" and use NextItNet as through your comments described.
Expected behavior (i.e. solution)
run NextItNet successful with amazondata set.
We was apply to run all codeblocks with the other GRU [2], Caser [3], A2SVD [1], SLi_Rec [1], and SUM [5] recommender.
Other Comments
Full code until error :
=> ERROR
The text was updated successfully, but these errors were encountered: