Skip to content

Commit

Permalink
fix: correct some references to old federated server
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Aug 13, 2024
1 parent d5075cc commit 61204dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ These are the configuration files the API uses:
* `etc/main_conf.yaml`: main configuration file of the API
* `etc/modules`: configuration files for standard modules
* `etc/tools`: configuration files for tools
- `deep-oc-federated-server`: federated server
- `ai4os-federated-server`: federated server

The pattern for the subfolders follows:
- `user.yaml`: user customizable configuration to make a deployment in Nomad.
Expand Down
4 changes: 2 additions & 2 deletions etc/tools/ai4os-federated-server/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ general:

docker_image:
name: Docker image
value: 'deephdc/deep-oc-federated-server'
value: 'ai4oshub/ai4os-federated-server'
description: Docker image to be used. For example `deephdc/deep-oc-image-classification-tf`.

docker_tag:
Expand Down Expand Up @@ -90,7 +90,7 @@ configuration:
strategy:
name: Federated aggregation strategy
value: 'Federated Averaging (FedAvg)'
description: Aggregation function or strategy that will be applied for aggregating the models received from the clients. <a href="https://github.com/deephdc/federated-server" target="_blank">Check the different options with their references.</a>
description: Aggregation function or strategy that will be applied for aggregating the models received from the clients. <a href="https://github.com/ai4os/ai4os-federated-server" target="_blank">Check the different options with their references.</a>
options: [
'Federated Averaging (FedAvg)', # fedavg
'FedProx strategy (FedProx)', # fedprox
Expand Down

0 comments on commit 61204dc

Please sign in to comment.