Skip to content

v0.1.15

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 19:27
· 113 commits to main since this release

What’s Changed

🐜 Bug Fixes

  • Fix failing ci error related to sparse_names containing features that are not part of the model's schema @sararb (#541)
  • Fix dtype mismatch in CLM masking class due to new data loader changes @sararb (#539)
  • Fix CI test based on the requirements of the new merlin loader @sararb (#536)
  • quick fix: apply masking when training next item prediction @nzarif (#514)

🚀 Features

  • Add save/load & input/output schema methods to T4Rec Model class @sararb (#507)

📄 Documentation

  • Add multi-gpu training example for T4Rec PyTorch @bbozkaya (#521)

🔧 Maintenance

  • Fix failing ci error related to sparse_names containing features that are not part of the model's schema @sararb (#541)
  • Fix CI test based on the requirements of the new merlin loader @sararb (#536)
  • Specify output dtype for Normalize op in ETL example to match model expectations @oliverholworthy (#523)
  • Fix name and bug in MeanReciprocalRankAt @rnyak (#522)
  • Update mypy version to match version in pre-commit-config @oliverholworthy (#517)