yu4u / convnet-drawer

Python script for illustrating Convolutional Neural Networks (CNN) using Keras-like model definitions
MIT License
596 stars 98 forks source link

ImportError: No module named 'convnet_drawer' #14

Open xyh-qz opened 5 years ago

xyh-qz commented 5 years ago

I've installed python-pptx, but this error occurred while I was running: from convnet_drawer import Model, Conv2D, Deconv2D ImportError: No module named 'convnet_drawer'

foreverxq commented 4 years ago

You should download this project and then create a new .py file in this project. This error will not occur afterwards.