I've installed tensorflow 2.0.0-alpha0
. When trying to set logging verbosity with the tf.logging.set_verbosity(tf.logging.ERROR)
command, I got the following error:
module 'tensorflow' has no attribute 'logging'.
Are there some changes with this point in the 2.0.0-alpha0
version?