Revision 05d23a013d608ec3a157deb3df7428e204dddc79 authored by Kashif Rasul on 30 April 2020, 20:14:08 UTC, committed by GitHub on 30 April 2020, 20:14:08 UTC
* initial LSTNet fixes

We need to use a Conv2D with appropriate kernel size

* some fixes

* Update src/gluonts/model/lstnet/_estimator.py

Co-Authored-By: Lorenzo Stella <lorenzostella@gmail.com>

* fix dimensions

* fix typos

* another typo

* typo

* fix rnn length

* relax the metric a bit

* scaler with keepdims=True

* fix comment

* add check for rnn length

* Update test/model/lstnet/test_lstnet.py

Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com>

Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com>
1 parent a55ced0
Raw File
MANIFEST.in
include gluonts/model/r_forecast/R/*.R
back to top