I am working on a research which is about classifying heart disease from 10s ECG data from 12 leads. The classification part is complete.
I want to implement grad cam algorithm to interpret important parts of the time series/ leads that made the classification.
Most resources work on image data.
Is there any good resource on using grad cam on time series data? Like a data of size (1024*12).