Closed tossy-yossy closed 5 years ago
I currently test with Keras 2.2.4 and both 2.1.x should work as well. (with tf=1.12.0) It is weird that you cannot load ReLu, can you try reinstalling Keras?
Thank you for your reply. An error occurred on OS X (Mojave), but it worked fine on Google Colab. I would try setting up on OS X again.
After installing Keras 2.2.4 on OS X, the problem disappeared. Thank you.
As an example, I want to set up VOC2007 training.
I got the following error when using Keras 2.2.5.
In Keras 2.2.x, image_dim_ordering seems to have been renamed to image_data_format, so I downgraded it to 2.1.6. But got a different error.
ReLU is defined in later Keras versions 2.2.x. How can I try VOC2007 training?