tensorflow / tensorflow/recommenders
tfrs.Model.summary() function got error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
If follow the quick start guide,
https://www.tensorflow.org/recommenders/examples/quickstart
Define class MovieLensModel(tfrs.Model):
model = MovieLensModel(user_model, movie_model, task)
after compile and fit the model, if try to call model.summary() function, it will generate error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by following the TensorFlow Recommenders quick start guide and calling model.summary() after compile and fit. Start at the tfrs.Model summary entry point and inspect the reported error. Done means the quick-start MovieLensModel can call summary() without an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100