raghakot / keras-vis

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

Attention Map Error: module 'itertools' has no attribute 'izip' #43

Closed wendywangwwt closed 7 years ago

wendywangwwt commented 7 years ago

Please see the attached screen-shot.

screen shot 2017-06-23 at 14 06 01

Anyone knows how to solve it? Thank you!

raghakot commented 7 years ago

It's fixed: https://github.com/raghakot/keras-vis/issues/32 Try installing from source. Pip might be out of date.

wendywangwwt commented 7 years ago

Thanks for the reply. I checked the pip version.. the latest version on pypi is for py2 ; for py3 it's an old version. I tried to install from the source but there is a ModuleNotFoundError. Can you please update the py3 ver?

wendywangwwt commented 7 years ago

Ok I managed to install it from the tar.tz package!