-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
"Collaborative Filtering on Google Analytics data" lab fails with NotImplementedError: Cannot convert a symbolic Tensor (cond_1/strided_slice_4:0) to a numpy array.
#2441
Comments
One more thing, the |
I just tried the solution ipynb to rule out if I mistyped something, but that fails with the exact same exception. |
I've found something, this was very sneaky! The bug is not in the notebooks, but rather in the prepared Based on that I'll be able to produce another fix PR! |
Just like the lab in #2439 this one (https://www.cloudskillsboost.google/course_sessions/2920313/labs/325084) is also part of the recommendation course (of the Professional Machine Learning Engineer Path), and also uses 1.15 TF. It set off on the right foot by using a CLI command to instantiate the Vertex AI Workbench Anaconda VM, since 1.15 TF is not selectable on the User Managed Notebook creation GUI any more.
The notebook spews warnings left and right (which we can usually ignore), but it failed at the
Run as a Python module
step'sgcloud ai-platform local train
CLI step. The root cause looked to beNotImplementedError: Cannot convert a symbolic Tensor (cond_1/strided_slice_4:0) to a numpy array.
This is the second recommendation lab which fails, it needs revision for newer TF. Unfortunately I'm way to busy with work and trying to go through the course material to rewrite these notebooks.
The text was updated successfully, but these errors were encountered: