| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| transformers4rec-23.5.0.tar.gz | 2023-05-31 | 1.1 MB | |
| README.md | 2023-05-19 | 1.2 kB | |
| v23.05.00 source code.tar.gz | 2023-05-19 | 1.9 MB | |
| v23.05.00 source code.zip | 2023-05-19 | 2.0 MB | |
| Totals: 4 Items | 5.0 MB | 0 | |
What’s Changed
🐜 Bug Fixes
- Fixing the projection layer when using weight tying and dim from Transformer output and item embedding differs @gabrielspmoreira (#689)
🚀 Features
- Fix the randomness in the stochastic_swap_noise tests @sararb (#707)
📄 Documentation
- update end-to-end example to use systems api @radekosmulski (#680)
🔧 Maintenance
- Add Transformers Torch Extras to install requirements @oliverholworthy (#699)
- Add Conda Package Publish Workflow @oliverholworthy (#688)
- Add workflows to check base branch and set stable branch @oliverholworthy (#694)
- Rename integration test job from
gpu-citogpu-ci-integration@oliverholworthy (#687) - Remove padding from NVTabular getting started example @oliverholworthy (#677)
- Update tag pattern in GitHub Workflows @oliverholworthy (#695)
- don't re-run github actions when PRs get closed @nv-alaiacano (#691)
- remove blossom github action @nv-alaiacano (#681)
- Add topk arg to return topk items and scores at inference step @rnyak (#678)
- Use
torch.testing.assert_closeto check model outputs @oliverholworthy (#686)