nn_vis icon indicating copy to clipboard operation
nn_vis copied to clipboard

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

Open rkuo2000 opened this issue 3 years ago • 1 comments

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

rkuo2000 avatar Mar 09 '21 17:03 rkuo2000

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.

julrog avatar Mar 19 '21 21:03 julrog