> keras environment does not work?

When i run the same code with tensorflow1.13 keras,the accuracy and loss stay the same no matter how many epochs it trained,
but with tensorflow1.10, the model will be trained normally.Does the official recommendation environment not recommend keras?

Posted by: upwind_flys @ Aug. 13, 2019, 3:21 a.m.

Hi upwind_flys, Keras is now at the core of TensorFlow design and is the recommended official way of using TensorFlow:
https://www.tensorflow.org/guide
However, we should know that TensorFlow is in rapid development with a huge community. Bugs and compatibility issues are inevitable. So please always think of other ways of writing code.

If above answer is not satisfying, you can be more specific on the issue you are having and we'll see if we can help. But before that, think of searching the error message or the issue on Google or StackOverflow. Usually there are quick and good solutions.

Best,
The AutoDL challenges organizers

Posted by: Zhengying @ Aug. 13, 2019, 3:02 p.m.
Post in this thread