Closed jlousada315 closed 4 years ago
Fixed: module 'tensorflow' has no attribute 'logging' for files gather_results, nn_trainer.py , svm_trainer.py and tf_trainer.py.
Replaced it for: tf.compat.v1.logging.set_verbosity(tf.compat.v1.slogging.INFO)
Hi @kwulffert ,
Already updated the commit message, see if it is ok
Fixed: module 'tensorflow' has no attribute 'logging' for files gather_results, nn_trainer.py , svm_trainer.py and tf_trainer.py.
Replaced it for: tf.compat.v1.logging.set_verbosity(tf.compat.v1.slogging.INFO)