unit8co/darts

Retrieve last hidden state for RNNModel and BlockRNNModel

Open

#1.649 aberto em 16 de mar. de 2023

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Python (762 forks)batch import
good first issueimprovement

Métricas do repositório

Stars
 (6.832 stars)
Métricas de merge de PR
 (Mesclagem média 143d 16h) (16 fundiu PRs em 30d)

Description

Is your feature request related to a current problem? Please describe. The last hidden state is an encoding of the information contained in the time series and is useful to retrieve in some projects.

Describe proposed solution Add a method that retrieve the last hidden state. Or maybe there is already an easy way to retrieve it? I couldn't find it.

Guia do colaborador