You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been working through the Recommending movies: retrieval tutorial and in the Metrics portion of the jupyter notebook I have been receiving a ValueError: Cannot convert '('c', 'o', 'u', 'n', 't', 'e', 'r')' to a shape. Found invalid entry 'c' of type '<class 'str'>'. Here is the cell that is giving me problems: metrics = tfrs.metrics.FactorizedTopK(
candidates=movies.batch(128).map(movie_model),
)
The text was updated successfully, but these errors were encountered:
Hi, I have been working through the Recommending movies: retrieval tutorial and in the Metrics portion of the jupyter notebook I have been receiving a ValueError: Cannot convert '('c', 'o', 'u', 'n', 't', 'e', 'r')' to a shape. Found invalid entry 'c' of type '<class 'str'>'. Here is the cell that is giving me problems: metrics = tfrs.metrics.FactorizedTopK(
candidates=movies.batch(128).map(movie_model),
)
The text was updated successfully, but these errors were encountered: