Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use cnn-explainer on auto-encoder model? #20

Closed
jkren6 opened this issue Aug 9, 2020 · 1 comment
Closed

Can I use cnn-explainer on auto-encoder model? #20

jkren6 opened this issue Aug 9, 2020 · 1 comment

Comments

@jkren6
Copy link

jkren6 commented Aug 9, 2020

I'm currently using a deep auto-encoder model to learn state representation from the pixel, can I use this cnn-explainer to get a better understanding of the training process?

If so, what changes should be made? Could u please give me some guidlines~

Thanks 😁

@xiaohk
Copy link
Member

xiaohk commented Aug 15, 2020

Hello, thanks for using CNN Explainer!

It can be a little tricky to adapt CNN Explainer to CNN-based autoencoder models. The system currently supports explaining convolutional, ReLU, max-pool, flatten, and softmax layers. You would need to create visualizations to explain transposed convolutional layers and the reparameterization layers (if it is VAE).

To see which functions you need to change, you can check out #8 (comment).

I would close the issue for now, let me know if you have other questions :)

@xiaohk xiaohk closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants