RedaOps / ann-visualizer

A python library for visualizing Artificial Neural Networks (ANN)
MIT License
1.24k stars 216 forks source link

Typo in visualize.py line #32 #2

Closed JacobPolloreno closed 6 years ago

JacobPolloreno commented 6 years ago
def ann_viz(model, view=True, filename="network.gv", title="My Neural Network"):
    ...
    from keras import Sequential; <-- Should be keras.models import Sequential
    ...

Raises ImportError: cannot import name 'Sequential'

RedaOps commented 6 years ago

Fixed: ad77babbb261f3abdbdb1e9b0d391db797fb44d1