raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.98k stars 664 forks source link

KeyError: ((1, 1, 1), '<f8') #60

Open paulaceccon opened 7 years ago

paulaceccon commented 7 years ago

I'm trying to run the example provided here but using the methods presented here. However, at this line:

img = utils.draw_text(img, 'Filter {}'.format('output_idx'))

I get errors:

KeyError: ((1, 1, 1), '<f8')

I'm trying to find a solution for this issue. Thank you.

raghakot commented 7 years ago

What channel_format are you using?