Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

New Data Loader (aeon), Neural Machine Translation, doc updates and bug fixes

Compare
Choose a tag to compare
@jennifermyers jennifermyers released this 21 Nov 17:06
· 194 commits to master since this release
  • Update Data Loader to aeon https://github.com/NervanaSystems/aeon for flexible,
    multi-threaded data loading and transformations
  • Add Neural Machine Translation model
  • Remove Fast RCNN model (use Faster RCNN model instead)
  • Remove music_genres example
  • Fix super blocking for small N with 1D conv
  • Fix update-direct conv kernel for small N
  • Add gradient clipping to Adam optimizer
  • Documentation updates and bug fixes