Question
module 'tensorflow' has no attribute 'logging'
I'm trying to run a tensorflow code in v2.0 and I'mg getting the following error
AttributeError: module 'tensorflow' has no attribute 'logging'
I don't want to simply remove it from the code.
- why this code has been removed?
- why should I do instead?