Could you point me to the source code where you find these? I was trying to see what the output is but I don’t know where I should read.
the sequential RNN returns an output which is a list of 3 things.
[0] the o/p of the classifier module
[1] the o/p of the backbone with dropouts applied
[2] the o/p of backbone minus the dropouts.

