dbeinhauer / mcs-source

0 stars 0 forks source link

Create better logic to deal with different predictions #32

Open dbeinhauer opened 2 days ago

dbeinhauer commented 2 days ago

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.