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 network weights and the architecture weights(coefficient) train together? #51

Open
Linfengscat opened this issue Jul 19, 2019 · 2 comments

Comments

@Linfengscat
Copy link

I think it would be better if we train the network weights and the architecture weights separately, to be exact , frozen the grad of α,β when updating w, also frozen the gradient of w when updating α,β.

By the definition of:
微信图片_20190719180918

@HankKung
Copy link
Contributor

I believe that the code works this way already. The optimizer of the model only contains wight parameters and the optimizer in architecture does alpha and beta only. Please correct me if it isn't right.

@Linfengscat
Copy link
Author

@HankKung Sorry I was careless, Thanks

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