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

the p is not updated? #1

Closed
ry-jojo opened this issue Sep 8, 2023 · 1 comment
Closed

the p is not updated? #1

ry-jojo opened this issue Sep 8, 2023 · 1 comment

Comments

@ry-jojo
Copy link

ry-jojo commented Sep 8, 2023

Hi there, thanks for sharing the codebase.
I am confused about the implementation of AuxiNash. Where can I find the task preference vector p update after the initialization?

def set_p(self, p):

@AvivSham
Copy link
Owner

AvivSham commented Sep 9, 2023

Hi @ry-jojo
Thank you for your interest in our work. The parameters p are updated using the meta optimizer after hyper grads calculation, please check the following code snip:
https://github.com/AvivSham/auxinash/blob/f97bbd1817659ff58cf85c9d79ed3f60b3a460ce/implicit_diff/optim.py

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

No branches or pull requests

2 participants