We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for maintaining ideas of keras-vis 🙏
I'm currently trying to inspect my CNN and it seems like here is the minimal amount of code it's needed to plot feature maps:
It seems to be possible to shortcut. I propose to introduce an express API for solving the most frequent use cases like:
Sklearn and Yellowbrick have great examples of express API:
This would dramatically reduce learning curve and increase adoption of the library.
The text was updated successfully, but these errors were encountered:
Hi, @roma-glushko . Thank you for sharing your great ideas.
I think so too. I believe they are useful for tf-keras-vis users including me.
tf-keras-vis
But I'm NOT familiar with them, so providing the features may take a time. Could you help us to design and implement them.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Thank you for maintaining ideas of keras-vis 🙏
I'm currently trying to inspect my CNN and it seems like here is the minimal amount of code it's needed to plot feature maps:
It seems to be possible to shortcut. I propose to introduce an express API for solving the most frequent use cases like:
Sklearn and Yellowbrick have great examples of express API:
This would dramatically reduce learning curve and increase adoption of the library.
The text was updated successfully, but these errors were encountered: