Hi!
I've been using TemporalModelAnalyzer to explain my RNNs and I'm running into the issue that my model outputs and targets are 2D arrays, rather than the 1D arrays required by TemporalModelAnalyzer. That is, my model makes a prediction for each timepoint in my sequence. Is there a chance that support for 2D targets and outputs could be added?