feature-visualization
feature-visualization copied to clipboard
tensorflow example of visualizing features from a convnet
oh ,Gold! where is the conv.py??
in main.py line 176?should it be argmax?why you use argmin?
https://github.com/kvfrans/feature-visualization/blob/b105848a382fed2bd8c37abf3892d1f992984215/main.py#L247 in this line, the input image (feature) is rotated 3 times, why?
@kvfrans how can i adapt my own dataset or other dataset to work with this code?