yosinski / deep-visualization-toolbox

DeepVis Toolbox
http://yosinski.com/deepvis
MIT License
4.02k stars 924 forks source link

preferred input pattern (regularized optimized images) 's' doesn't work. How to get it? #106

Open PieBoo opened 7 years ago

PieBoo commented 7 years ago

I installed this toolbox and run on my own net. But when I pressed 's', I got nothing. (I want to get the regularized optimized images like this link: deepvis_all_layers) Do I need other code or how can I get regularized optimized images from the toolbox?

ps. I can successfully run on the example caffenet-yos and press 's' to get regularized optimized images. But I can't get these from my own net. Hope someone can help me!Thanks a lot.

arikpoz commented 7 years ago

@PieBoo I've substantially refactored the tool, made the whole image generation outputs structure simpler and loadable into the tool without further post-processing

Latest version is in https://github.com/arikpoz/deep-visualization-toolbox

PieBoo commented 6 years ago

@arikpoz Thanks for your contribution.