Closed zhmiao closed 7 years ago
Hello @ranranking,
Yes. You can generate deconv images for only a specific layer by passing it in layers
argument.
Ex. If you want to generate deconv images for fc8
layer then pass layers=['fc8']
.
Thank You
@BhagyeshVikani Thank you very much for the help! It works!
hello i want to know whether this tool support fc layer or not, i find it only support pooling,rely,and cone layer..
by using the
deconv_visualization()
function, it generates deconv images for each layers by default. Is it possible to only generate images for one single layer? Thank you.