-
Notifications
You must be signed in to change notification settings - Fork 278
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
fix keras compatibility bug in factorized_top_k #717
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
+1 for this PR getting merged in. It was a blocker for me until I manually applied this fix. |
Can we please get this merged? |
I have the same issue. most active contributor seems to be @maciejkula, can you please tell us how to get this merged and released? Edit: This change is not sufficient to fix the bug. We also need to change how the counter is accessed, this part in the Streamingclass throws an exception
Who is running CI/CD for the tutorial code? https://www.tensorflow.org/recommenders/examples/quickstart |
@ZhaoyueCheng, it looks like you are the only active commiter to main in the last 6 mo. Can you give us a hand? |
I don't have permission to merge PRs actually, but since this repository is mostly running with legacy keras, would using |
Passing
It should be related to the fact that I’m using some of |
@rmminusrslash that issue is independant, it has been reported at #722 and there is this patch #723 linked to it |
+1 |
The bug is summarized by the following issue comment.
#712 (comment)