Closed doantientai closed 7 years ago
Use image data format channels_first in keras.json file.
Thank you! But I think it does't work out. I'm using Keras in Anaconda, and run the code via Jupyter Notebook. Is there another keras.json that I need to look for?
UPDATE: don't worry I changed it manually by
K.set_image_dim_ordering('th')
I passed all the problem about packages. But when I come to the line of building the model. I got and error about the size of matrices. Please help.
Thank you very much!
`ValueError Traceback (most recent call last)