-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Removed deprecated weights_summary
argument from Trainer
#13070
Removed deprecated weights_summary
argument from Trainer
#13070
Conversation
@akihironitta Can you also replace the PR mentioned against the issue in #12521 with this PR. The earlier version of PR was closed due to some issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
weights_summary
argument from Trainer
weights_summary
argument from Trainerweights_summary
argument from Trainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed ModelSummaryMode
too (now unused)
weights_summary
argument from Trainerweights_summary
argument from Trainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gatekeeper
What does this PR do?
Part of #12521
resolves #9699
This PR removes the
weights_summary
in the Trainer Class and the corresponding changes. Made the following edits,test_model_summary.py
(Link and Link)weights_summary
(Link)Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃