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
- 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