Skip to content

Commit

Permalink
Merge pull request openfl#2 from intel/tonyreina-doc-patch-2
Browse files Browse the repository at this point in the history
Update running_the_federation.notebook.rst
  • Loading branch information
psfoley committed Jan 22, 2021
2 parents 302ef70 + 700d3d7 commit 06d68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_the_federation.notebook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This will load the |productName| package and import wrappers that adapt your exi
fx.init('keras_cnn_mnist',col_names=collaborator_list)
One last point about :code:`fx.init()`. For Keras models, we recommend starting with the :code:`keras_cnn_mnist` template (by running :code:`fx.init('keras_cnn_mnist')`, and for pytorch models `torch_cnn_mnist` (by running :code:`fx.init(`torch_cnn_mnist`)`)
One last point about :code:`fx.init()`. For Keras models, we recommend starting with the :code:`keras_cnn_mnist` template (by running :code:`fx.init("keras_cnn_mnist")`, and for pytorch models `torch_cnn_mnist` (by running :code:`fx.init("torch_cnn_mnist")`)

At this point you may be wondering what goes into a FL.Plan, and how you can customize it. To see what is part of the FL.Plan that was created with the :code:`fx.init` command, run :code:`fx.get_plan()`:

Expand Down

0 comments on commit 06d68ef

Please sign in to comment.