Skip to content

Commit

Permalink
Merge branch 'feature/SK-658' of github.com:scaleoutsystems/fedn into…
Browse files Browse the repository at this point in the history
… feature/SK-658
  • Loading branch information
Wrede committed Feb 5, 2024
2 parents a63c0ff + 63cbffe commit 3248c5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/mnist-pytorch/API_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "743dfe47",
"metadata": {},
"outputs": [],
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "1061722d",
"metadata": {},
"outputs": [],
Expand All @@ -58,7 +58,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"id": "5107f6f9",
"metadata": {},
"outputs": [],
Expand All @@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"id": "f0380d35",
"metadata": {},
"outputs": [],
Expand All @@ -90,7 +90,7 @@
" \"session_id\": session_id,\n",
" \"aggregator\": \"fedavg\",\n",
" \"model_id\": seed_model['model_id'],\n",
" \"rounds\": 10\n",
" \"rounds\": 2\n",
" }\n",
"\n",
"result_fedavg = client.start_session(**session_config_fedavg)"
Expand Down

0 comments on commit 3248c5b

Please sign in to comment.