Impact of run-time feature
My-Khan opened this issue · 4 comments
My-Khan commented
Hello Sir,
hope you will be fine
Would you please like to let me know the impact of run-time features on results, simply why we use run-time features?
zhongkaifu commented
Run-time features means RNNSharp uses the previous token's output (T-1) as feature for current token (T). Currently, this feature is only enabled for forward RNN, but not b-directional RNN.
My-Khan commented
Many thanks sir, but sir still confused,
Actually whats the logic behind its usage? SIMPLY why run-time features are being considered?
zhongkaifu commented
The idea of run-time feature is to provide previous output token as feature to current token. It extends feature we have.
My-Khan commented
ok sir got it