NVIDIA-Merlin / NVIDIA-Merlin/Merlin
[Task] Update the merlin-dependencies used in T4Rec
Open
@sararb is already working on this.
Since Jul 22, 2022.
- Dominant language
- Python
- Stars
- 907
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
This is a follow up ticket to track residual tasks originally tracked in this Roadmap ticket - Transformers4Rec enhancements from recsys22 challenge
Additional context:
Currently T4Rec is using dataloader from nvtabular (while it should use the new standalone package) and same for schema (we should remove merlin-standard-lib and use merlin-core instead)
22.08
- Remove the
merlin_standard_libdependency and refactor T4Rec to use the schema from merlin-core. - Update nvtabular data loader dependency to use dataset from merlin DataLoader instead.
- Add a generator-discriminator head to allow training transformers with the RTD masking task.
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.
Assessment
This issue has not been assessed yet.