-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Feature visualization #687
Comments
@ghylander can you implement this and submit a pull request. |
i can try to implement the feature visualization itself for caffe and maybe keras models, but i lack the knowledge to do the front end stuff (select file, show activations on the app in the layer information tab) |
@ghylander how would this work for Caffe or Keras running in the browser and without a Python backend? Can you make sure this works for all frameworks. |
ah i see, yes, it wouldn't be possible to have it runing in the browser, since deconvolution/gradient ascent operations are required |
add feature visualization to netron
you select/upload a image from the file system. When you sleect a layer, netron displays the features that maximise the activation of the selected layer
based on the following research paper:
https://arxiv.org/pdf/1311.2901.pdf
there was a similar repo (https://github.com/keplr-io/quiver), but it was written for tensorflow 1 and it fails to construct valid maps of the models constructed with modern tools
this might be network-specific, so maybe implement slowly?
The text was updated successfully, but these errors were encountered: