JA

Released Neural Network Libraries 1.0.18! Fixed Issues with LSTM/GRU!

Monday, June 24, 2019

Release

Posted by shin

We have released Neural Network Libraries 1.0.18!

We have fixed some of the issues with LSTM/GRU, along with many new models and layers!

 

Spotlight

[Fix] LSTM/GRU Output Shape, [Fix] PF.lstm, PF.gru weight param mismatch

LSTM/GRU’s output shapes not matching the documentation have been dealt with.

Also, the bug with LSTM/GRU in Parametric Functions , where the memory layout for the weight parameters was different from its cuDNN counterpart, has been fixed.

If you previously trained a model with PF.lstm or PF.gru and saved the parameters, it is still compatible with the new release, although we strongly recommend training again with the updated version to obtain more accurate parameters. We apologize for the inconvenience, and will continue to support and refine our models.

 

Models

Function Layers

Utilities

 

Bug Fix / Documentations