Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mmdnn-0.2.4-py2.py3-none-any.whl | 2019-03-03 | 316.7 kB | |
Initial support for RNN operators source code.tar.gz | 2019-02-19 | 2.3 MB | |
Initial support for RNN operators source code.zip | 2019-02-19 | 2.4 MB | |
README.md | 2019-02-19 | 305 Bytes | |
Totals: 4 Items | 4.9 MB | 0 |
-
Initial implementation for RNN operators including GRU (Gated Recurrent Unit) cell, LSTM (Long Short-Term Memory) cell (no support for peephole yet) by matching the cell's corresponding pattern and fold them into a fuction or class in target framework.
-
Various fixes and stability improvements.