Currently, there are two predictions that are returned from the model (full prediction and predictions after RNN layer is applied). In the future, it might be needed to return the predictions of other layers (for model analysis). In that case it might be useful to treat better different predictions and create some additional logical layer that would work with those.
Currently, there are two predictions that are returned from the model (full prediction and predictions after RNN layer is applied). In the future, it might be needed to return the predictions of other layers (for model analysis). In that case it might be useful to treat better different predictions and create some additional logical layer that would work with those.