You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keras uses tensorflow by default, to slove this problem you should modify the keras.json file as follows:
"backend": "theano"
"image_dim_ordering": "th"
I'm unable to solve this problem.
The text was updated successfully, but these errors were encountered: