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
History
File Mode Size
.devtools
.github
ci
docs
env
evaluations
examples
requirements
src
test
.dockerignore -rw-r--r-- 178 bytes
.gitignore -rw-r--r-- 1.8 KB
.pylintrc -rw-r--r-- 14.7 KB
.travis.yml -rw-r--r-- 901 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 309 bytes
CONTRIBUTING.md -rw-r--r-- 5.0 KB
Dockerfile -rw-r--r-- 111 bytes
Dockerfile.gpu -rw-r--r-- 724 bytes
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 39 bytes
Makefile -rw-r--r-- 2.3 KB
NOTICE -rw-r--r-- 96 bytes
README.md -rw-r--r-- 6.6 KB
REFERENCES.md -rw-r--r-- 7.3 KB
codecov.yml -rw-r--r-- 431 bytes
conftest.py -rw-r--r-- 6.7 KB
contributor.rst -rw-r--r-- 1.3 KB
dev_setup.sh -rwxr-xr-x 1.4 KB
pyproject.toml -rw-r--r-- 30 bytes
pytest.ini -rw-r--r-- 369 bytes
setup.cfg -rw-r--r-- 290 bytes
setup.py -rw-r--r-- 7.5 KB

README.md

back to top