python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Accuracy 0% for binary classification
I am using the OpenFL framework for doing Federated Learning experiments. I run their tutorial notebooks without problems, so for example I am able to run classification on MNIST and everything is ok....

CasellaJr
Votes: 0
Answers: 1
Flower Framework is not showing federated loss
I am trying to use federated learning framework flower with TensorFlow. My code seems to compile fine but It's not showing federated loss and accuracy. What am I doing wrong?
ServerSide Code :
impor...
Aurthur
Votes: 0
Answers: 1
How the centralized server model is updated with aggregated client metrics in TensorflowFederated
I have designed the Federated Learning model with TensorFlow Federated framework. Defined the iterative process as below,
iterative_process = tff.learning.build_federated_averaging_process(
model_...
crazynovatech
Votes: 0
Answers: 1
Mismatched number of elements between type spec and value in `to_representation_for_type`. Type spec has 2 elements, value has 5
I use tensorflow fedprox to implement federated learning.(tff.learning.algorithms.build_unweighted_fed_prox)
def model_fn():
keras_model = create_keras_model()
return tff.learning.from_keras_m...
hamid ebrahimi
Votes: 0
Answers: 1