Woraphon T

Results 2 comments of Woraphon T

I have exactly the same problem. In most examples, the product class accepts only one field of input, but in my case, it accepts multiple fields, so in the call...

I just came across this link. https://github.com/tensorflow/recommenders/issues/356 Basically, the same problem. They suggested that `items`, as now have multiple fields, should be a dictionary. I followed their suggestion and model.compile()...