diff --git a/baselines/pFedHN/pFedHN/conf/base.yaml b/baselines/pFedHN/pFedHN/conf/base.yaml index 476351e1b892..37550adc0148 100644 --- a/baselines/pFedHN/pFedHN/conf/base.yaml +++ b/baselines/pFedHN/pFedHN/conf/base.yaml @@ -34,4 +34,7 @@ client: num_rounds: 5000 num_nodes: 50 batch_size: 64 - num_classes_per_node: 2 \ No newline at end of file + num_classes_per_node: 2 + +client_resources: + gpus: 0 \ No newline at end of file