raghakot / keras-vis

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

Is the project still maintained? #221

Open hzitoun opened 4 years ago

hzitoun commented 4 years ago

Docs 404

Conv filter visualization https://raghakot.github.io/keras-vis/visualizations/conv_filters doesn't work

Dense layer visualization https://raghakot.github.io/keras-vis/visualizations/dense doesn't work

soumitra9 commented 4 years ago

Yeah, most of the module doesn't exist. I can't believe I wasted a day on this.

bersbersbers commented 3 years ago

I think it is fair to conclude that this project is not maintained any longer. Missing functionality is unlikely to be added. Also, the more TensorFlow evolves, the more incompatibilities will be introduced, and the less likely a simple change from keras to tf.keras will make it work. People should consider using https://github.com/keisen/tf-keras-vis/ instead, or live with having to use an old, unsupported version of TensorFlow and Keras instead.