You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature and the current behavior/state
Currently, we use a combination of print() and tf.print() to handle console output. Unifying them via a standardized logging could increase clarity and give the end-user control over the displayed messages via a logger while letting the developer have better control over debug, info, and warning messages..
Will this change the current API? How?
No change to it.
Who will benefit with this feature?
End Users
Developers
The text was updated successfully, but these errors were encountered:
System information
0.4.0
Describe the feature and the current behavior/state
Currently, we use a combination of
print()
andtf.print()
to handle console output. Unifying them via a standardizedlogging
could increase clarity and give the end-user control over the displayed messages via alogger
while letting the developer have better control over debug, info, and warning messages..Will this change the current API? How?
No change to it.
Who will benefit with this feature?
The text was updated successfully, but these errors were encountered: