mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

tf.logging() deprecated - correction to tf.compat.v1.logging.set_verbosity(tf.compat.v1.slogging.INFO) #61

Closed jlousada315 closed 4 years ago

jlousada315 commented 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)

jlousada315 commented 4 years ago

Hi @kwulffert ,

Already updated the commit message, see if it is ok