Skip to content

Commit

Permalink
Fix link check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Jul 29, 2024
1 parent 61043c1 commit 7e95853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Experiment tracking for the FLARE-MONAI integration now uses `NVFlareStatsHandle
In this example, the `spleen_ct_segmentation_local` job is configured to automatically log metrics to MLflow through the FL server.

- The `config_fed_client.conf` contains the `NVFlareStatsHandler`, `MetricsSender`, and `MetricRelay` (with their respective pipes) to send the metrics to the server side as federated events.
- Then in `config_fed_server.conf`, the `MLflowReceiver` is configured for the server to write the results to the MLflow tracking server URI "http://127.0.0.1:5000".
- Then in `config_fed_server.conf`, the `MLflowReceiver` is configured for the server to write the results to the MLflow tracking server URI `http://127.0.0.1:5000`.

We need to start MLflow tracking server before running this job:

Expand Down

0 comments on commit 7e95853

Please sign in to comment.