Skip to content

Commit 31e4b36

Browse files
committed
typo fix
1 parent 4fd9a10 commit 31e4b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labml_nn/optimizers/amsgrad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _synthetic_experiment(is_adam: bool):
130130
131131
We measure the performance of the optimizer as the regret,
132132
$$R(T) = \sum_{t=1}^T \big[ f_t(\theta_t) - f_t(\theta^*) \big]$$
133-
where $theta_t$ is the parameters at time step $t$, and $\theta^*$ is the
133+
where $\theta_t$ is the parameters at time step $t$, and $\theta^*$ is the
134134
optimal parameters that minimize $\mathbb{E}[f(\theta)]$.
135135
136136
Now lets define the synthetic problem,

0 commit comments

Comments
 (0)