unit8co/darts
Voir sur GitHubRetrieve last hidden state for RNNModel and BlockRNNModel
Open
#1 649 ouverte le 16 mars 2023
good first issueimprovement
Métriques du dépôt
- Stars
- (6 832 stars)
- Métriques de merge PR
- (Merge moyen 143j 16h) (16 PRs mergées en 30 j)
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.