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

Ops weights and probabilities not getting updated #24

Open
nikhilsab opened this issue Jul 21, 2021 · 5 comments
Open

Ops weights and probabilities not getting updated #24

nikhilsab opened this issue Jul 21, 2021 · 5 comments

Comments

@nikhilsab
Copy link

As a part of my personal research, I am working on studying various automated data augmentation techniques.
Thus, while trying to reproduce your results, I am facing issues with the updation of probabilities and op_weights. Only the value of the magnitude is getting updated over epochs and the probabilities and ops_weights are remaining constant throughout the runtime at values 0.5 and 0.0095 respectively.
I would like to request you to kindly help me rectify this issue!

Thanking you.

@Euphoria16
Copy link

Did you use unrolled backward? I find there will be no gradients w.r.t ops weights and probabilities if we don't use unrolled. In the author's implementation, the backward process for updating architecture parameters seems not to be relaxed.

@ZengYaoJ
Copy link

ZengYaoJ commented Jun 8, 2022

@nikhilsab did you resolve this problem ?

@nikhilsab
Copy link
Author

nikhilsab commented Jun 9, 2022 via email

@ZengYaoJ
Copy link

@nikhilsab can you tell me how to resolve it ? thank you!!!

@nikhilsab
Copy link
Author

nikhilsab commented Jun 26, 2022 via email

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

3 participants