Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
Commits
dda5f5d5
Commit
dda5f5d5
authored
Nov 25, 2021
by
Jakub Konecny
Committed by
tensorflow-copybara
Nov 25, 2021
Browse files
Adds Yogi to the API.
PiperOrigin-RevId: 412219459
parent
6bfc93a3
Changes
2
Show whitespace changes
Inline
Side-by-side
tensorflow_federated/python/learning/optimizers/BUILD
View file @
dda5f5d5
...
...
@@ -76,6 +76,7 @@ py_library(
":optimizer"
,
":rmsprop"
,
":sgdm"
,
":yogi"
,
],
)
...
...
tensorflow_federated/python/learning/optimizers/__init__.py
View file @
dda5f5d5
...
...
@@ -20,3 +20,4 @@ from tensorflow_federated.python.learning.optimizers.optimizer import handle_ind
from
tensorflow_federated.python.learning.optimizers.optimizer
import
Optimizer
from
tensorflow_federated.python.learning.optimizers.rmsprop
import
build_rmsprop
from
tensorflow_federated.python.learning.optimizers.sgdm
import
build_sgdm
from
tensorflow_federated.python.learning.optimizers.yogi
import
build_yogi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment