-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Description
hi
when i used this code i seen this error
self.task = tfrs.tasks.Retrieval(
metrics=tfrs.metrics.FactorizedTopK(
candidates=(
movies.batch(128)
.cache()
.map(lambda title: (title, self.movie_model(title)))
)
)
)
error:
ValueError: Cannot convert '('c', 'o', 'u', 'n', 't', 'e', 'r')' to a shape. Found invalid entry 'c' of type '<class 'str'>'.
Exception ignored in: <function AtomicFunction.del at 0x7d6fc6688d60>
nakamasato, Az-r-ow, jl-tavera, kshikhar94, Ci-re and 7 more
Metadata
Metadata
Assignees
Labels
No labels