mapextrackt
mapextrackt copied to clipboard
Pytorch Feature Map Extractor
for example, a deep learning model have two input tensor, is it support to view?
This is the error message I get: UnboundLocalError Traceback (most recent call last) [](https://localhost:8080/#) in () 9 10 for filt in range(num_filters): ---> 11 img_array = fe.display_from_map(1, filt, "np", picture_in_picture=False,...
Thanks for the great library. When setting the image, one options is to normalize the layer for viewing (parameter `normalize_layer`), if `normalize_layer=False` all [features (independently of the others in the...