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

How to import a .hdf5 model file to run nn_vis ? #24

Open
rkuo2000 opened this issue Mar 9, 2021 · 1 comment
Open

How to import a .hdf5 model file to run nn_vis ? #24

rkuo2000 opened this issue Mar 9, 2021 · 1 comment

Comments

@rkuo2000
Copy link

rkuo2000 commented Mar 9, 2021

As title, anyway to import tensorflow.keras pretrained model file ? can it run to show visualization ?

@julrog
Copy link
Owner

julrog commented Mar 19, 2021

Right now you have to code a bit for that. For calculating importance of a network, a fraction of the training/test data must be used, depending on the network, but most likely less than 1%. I will add some documentation on this in the future.
Unfortunately to automate the whole process with data is difficult, because most data need specific preprocessing etc.
I will look into providing some scripts to automate as much as possible. I will let you know when I made some progress.

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