Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Update parameter with ASGD #77

Open
akurniawan opened this issue Oct 15, 2018 · 0 comments
Open

Update parameter with ASGD #77

akurniawan opened this issue Oct 15, 2018 · 0 comments

Comments

@akurniawan
Copy link

optimizer = torch.optim.ASGD(model.parameters(), lr=args.lr, t0=0, lambd=0., weight_decay=args.wdecay)

@Smerity @keskarnitish is this intentional to only updating the model.parameters() without loss.parameters()?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant