Since logging is important for ML (and any software system in general) I think it would be a good idea to have an introductory tutorial on this topic. This could be an opportunity to also introduce tf.get_logger()
to the users and its basic capabilities in more explicit ways.
2 Likes
Hi @Sayak_Paul, Apologies for the delayed response and thank you for your patience!
Now tf.get_logger()
have been implemented, and you can refer about it in this document. Thank you!