Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangraying committed Dec 5, 2022
1 parent a65aace commit 343516e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bagua/torch_api/algorithms/q_adam.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def step(self, closure=None):
for group_id, group in enumerate(self.param_groups):

lr = group["lr"]
weight_decay = group["weight_decay"]
beta1, beta2 = group["betas"]
eps = group["eps"]

Expand Down

0 comments on commit 343516e

Please sign in to comment.