Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move logging before importing TF #407

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Conversation

sanjanalreddy
Copy link
Collaborator

  • The logging level has to be set before importing tensorflow for it to take effect. But, because it was set after import, there was no impact and TF was throwing warning after each epoch which is very distracting. This PR moves the logging to the right place.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@takumiohym
Copy link
Collaborator

LGTM!

@sanjanalreddy sanjanalreddy merged commit 2405123 into master Oct 26, 2023
4 checks passed
@sanjanalreddy sanjanalreddy deleted the fix_introduction_to_tf branch October 26, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants