Skip to content

Commit 319c4a4

Browse files
author
learned_optimization authors
committed
Internal change
PiperOrigin-RevId: 493705461
1 parent ef300c8 commit 319c4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learned_optimization/research/hysteresis/truncated_pes_no_hyst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def init_worker_state(self, worker_weights: gradient_learner.WorkerWeights,
5656
return self.grad_est.init_worker_state(worker_weights, key)
5757

5858
@profile.wrap()
59-
def compute_gradient_estimate(
59+
def compute_gradient_estimate( # pytype: disable=signature-mismatch
6060
self,
6161
worker_weights: gradient_learner.WorkerWeights,
6262
key: PRNGKey,

0 commit comments

Comments
 (0)