Skip to content

Commit 67f721a

Browse files
committed
working on chapter 3
1 parent 824b493 commit 67f721a

File tree

42 files changed

+2661
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2661
-41
lines changed

examples/advanced/monitoring/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Each client site and the server site will have its own monitoring system, includ
8787
| AFTER_PROCESS_RESULT_OF_UNKNOWN_TASK | _after_process_result_of_unknown_task_count | _process_result_of_unknown_task_time_taken |
8888
| PRE_RUN_RESULT_AVAILABLE | _pre_run_result_available_count | |
8989
| BEFORE_CHECK_CLIENT_RESOURCES | _before_check_client_resources_count | |
90-
| AFTER_CHECK_CLIENT_RESOURCES | _after_check_client_resources_count | _check_client_resources_time_taken |
90+
| AFTER_CHECK_CLIENT_RESOURCES | _after_check_client_resources./ways_to_interact_with_fl_system.ipynb_count | _check_client_resources_time_taken |
9191
| SUBMIT_JOB | _submit_job_count | |
9292
| DEPLOY_JOB_TO_SERVER | _deploy_job_to_server_count | |
9393
| DEPLOY_JOB_TO_CLIENT | _deploy_job_to_client_count | |

examples/tutorials/self-paced-training/part-2_federated_learning_system/chapter-3_federated_computing_platform/03.1_federated_computing_architecture/federated_computing_architecture.ipynb

-33
This file was deleted.

examples/tutorials/self-paced-training/part-2_federated_learning_system/chapter-3_federated_computing_platform/03.1_federated_computing_architecture/system_architecture.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"\n",
109109
"We have built different tools for simulation including Python API and CLI. You have seen the Job API and simulator CLI in [Chapter-1](../../../part-1_federated_learning_introduction/Chapter-1_running_federated_learning_applications/01.0_introduction/introduction.ipynb).\n",
110110
"\n",
111-
"In [Chapter 4](../../chapter-4_setup_federated_system/04.0_introduction/introduction.ipynb), we will also discuss how to simulate the deployment within a local machine.\n",
111+
"In [Section 3.2](../03.2_deployment_simulation/simulate_real_world_deployment.ipynb), we will also discuss how to simulate the deployment within a local machine.\n",
112112
"\n",
113113
"## Setup and Deployment\n",
114114
"\n",

examples/tutorials/self-paced-training/part-2_federated_learning_system/chapter-3_federated_computing_platform/03.3_interact_with_federated_computing_system/ ways_to_interact_with_fl_system.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,10 @@
397397
"id": "a216ce5d",
398398
"metadata": {},
399399
"source": [
400-
"So far, we have learnt three different ways to interact with FLARE system. Although we used POC model to simulate the real deployment. In production, the same interaction commands can be used in production setup"
400+
"So far, we have learnt three different ways to interact with FLARE system. Although we used POC model to simulate the real deployment. In production, the same interaction commands can be used in production setup\n",
401+
"\n",
402+
"Next, lets see how do we [monitoring FLARE system](../03.4_system_monitoring/system_monitorinig.ipynb)\n",
403+
"\n"
401404
]
402405
},
403406
{

0 commit comments

Comments
 (0)