philipperemy / keract

Layers Outputs and Gradients in Keras. Made easy.

Repository from Github https://github.comphilipperemy/keractRepository from Github https://github.comphilipperemy/keract

Does this code output feature map learned by cnn?

Hessen525 opened this issue · comments

Hi, @philipperemy
Thanks for this awesome project! Does this code output feature map learned by cnn?

image

Both input and output data are sequence data, not graph.

@Hessen525 hey thanks for the feedback! Much appreciated 👍

I'm not sure exactly about your example. Keract outputs the activations of each of your model layers.

So when it goes through a CNN (2D) layer, the activation map you get will be of shape (batch_size, rows, cols, channels). And 3D for a CNN 1D.

I'll close this issue. If you have any other questions please reopen it. Thank you.