Home | History | Annotate | only in /external/tensorflow/tensorflow/contrib/keras
Up to higher level directory
NameDateSize
__init__.py21-Aug-20181.3K
api/21-Aug-2018
BUILD21-Aug-20182.2K
README.md21-Aug-2018410

README.md

      1 NOTE: THE `tensorflow.contrib.keras` MODULE HAS BEEN DEPRECATED.
      2 USE INSTEAD `tensorflow.keras`, PART OF CORE TENSORFLOW.
      3 
      4 Keras is an object-oriented API for defining and training neural networks.
      5 
      6 This module contains a pure-TensorFlow implementation of the Keras API,
      7 allowing for deep integration with TensorFlow functionality.
      8 
      9 See [keras.io](https://keras.io) for complete documentation and user guides.
     10