pre-trained-keras-example
pre-trained-keras-example copied to clipboard
Difficulty in Running the Example
I have downloaded the source code by git clone and try to run through the code in Running the Example by using Jupyter notebook. I found that most of the code is not ready runable even after filling in the parameters. It seems to be missing the weight for which I downloaded inceptionv3_weights.h5 (not sure this weight is correct or not) as I used the inception model. It also miss the ../model_pdfs/inception.pdf for which I just added the folder model_pdfs one level up. Then it still run with ValueError: Error when checking target: expected dense_4 to have 4 dimensions, but got array with shape (64, 42). It will be nice if the example includes a Jupyter notebook of successfully run code in this environment to prevent any missing files or misconfiguration by novice like me. Thanks a lot.
I have the same problem.