New features
* Reimplemented the Embedding layer, making it 9x faster with lower memory footprint (73).
* Reimplemented the DPLSTM layer, making it 2x faster with lower memory footprint.
* Extended our Conv support to grouped convolutions (78).
Bug fixes
* Small fixes to clipping logic (45).
Miscellaneous
* Changed docstring style from numpy -> Google.
* Throw an error if sample rate > 1 in privacy engine.
* Migrated our IMDB example from TorchText -> HuggingFace (85).
* Added PRNG shuffling to our examples.