Where can I find tensorflow.contrib.layers for TensorFlow 2.0
According to an RFC document from August 2018, tf.contrib
will be deleted with some of its parts becoming standalone projects (such as tensorflow/probability).
This not the case of tf.conrib.layers
. Even tf.layers
(which was distilled from tf.contrib.layers
) will be no longer supported. A detailed description of how to use the Keras API instead is provided in the migration guide.