unit8co/darts

Retrieve last hidden state for RNNModel and BlockRNNModel

オープン

#1,649 opened on 2023/03/16

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Python (762 件のフォーク)batch import
good first issueimprovement

Repository metrics

Stars
 (6,832 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド