[GitHub] ptrendx commented on issue #14208: Add support for fast variable-length LSTM

2019-02-21 Thread GitBox
ptrendx commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-466187115 To answer your question `(2) Is there something similar that happens on the symbol api side that would have to change?`: yes, place d

[GitHub] ptrendx commented on issue #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
ptrendx commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-465356255 ``` 3\. optimizer.py had a bunch of imports that were failing for me (e.g. `multi_sgd_update`). Are they not failing for everyone