-
Notifications
You must be signed in to change notification settings - Fork 183
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
Adjust tf/fedopt_ctl to include updates for the model's non-trainable #3058
Conversation
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.
one question, otherwise LGTM, please verify this with one of the example you already have, thanks!
@falibabaei can you run the code refactor and make sure the runtest.sh is passing? thanks |
done :) |
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.
Looks good!
/build |
/build |
Hi,
tf/fedopt_ctl does not handle models with non-trainable variables, causing training to fail with an error about mismatched gradients and variables.