raghakot / keras-vis

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

Checking Keras-vis version #215

Open lucaspar opened 4 years ago

lucaspar commented 4 years ago

May be a dumb question, but I find myself running code in different environments and I'd like to be sure I'm running the correct version of Keras-vis. How can I do that, since there's no __version__ attribute?

import vis
print(vis.__version__)

AttributeError: module 'vis' has no attribute '__version__'

Is there another way of checking this within the code (i.e. no pip freeze | grep keras-vis)?