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
fd8b4ca4
Commit
fd8b4ca4
authored
Nov 19, 2021
by
Zheng Xu
Committed by
tensorflow-copybara
Nov 19, 2021
Browse files
Delete redundant `ModelOutputs` for simple_fedavg.
PiperOrigin-RevId: 411090036
parent
a65256cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/python/examples/simple_fedavg/simple_fedavg_tf.py
View file @
fd8b4ca4
...
...
@@ -31,12 +31,6 @@ import tensorflow as tf
import
tensorflow_federated
as
tff
@
attr
.
s
class
ModelOutputs
:
"""A container of local client training outputs."""
loss
=
attr
.
ib
()
@
attr
.
s
(
eq
=
False
,
frozen
=
True
,
slots
=
True
)
class
ClientOutput
(
object
):
"""Structure for outputs returned from clients during federated optimization.
...
...
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