0 votes
in Network Theory by
What are the Disadvantages of Keras?

1 Answer

0 votes
by

Disadvantages of Keras

  • The only disadvantage is that Keras has its own pre-configured layers, and if you want to create an abstract layer, it won't let you because it cannot handle low-level APIs. It only supports high-level API running on the top of the backend engine (TensorFlow, Theano, and CNTK).
...