sicara/tf-explain

possible support for 1D models?

arun-nemani opened this issue · 4 comments

Excellent package, are there any plans for supporting TF models that use Conv1D layers instead?

@arun-nemani could you provide any toy example so we can see how we can help?

@RaphaelMeudec This resource is a great toy example. The usecase would be to identify zones in time series signals for highly important / discriminatory features towards a class or prediction

@RaphaelMeudec Hello, I wanted to followup on this issue!

@arun-nemani could you provide any toy example so we can see how we can help?

I could give another good example. In my repo here I use Flattened versions of MNIST , where it fails .
https://github.com/M-68/ActivationFunctions. I was trying to add the Activations Visualizer as it would be serve as a good addition to my repo.