Skip to content

Commit

Permalink
added note brfore executing the entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Sep 5, 2024
1 parent 0ac7664 commit 1f62f1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,12 @@ Then, standing inside the 'client folder', you can test *train* and *validate* b
You can also test *train* and *validate* entrypoint using CLI command:

.. note:: Before running the fedn run train or fedn run validate commands, make sure to download the training and test data. The downloads are usually handled by the "fedn run startup" command.

.. code-block:: bash
fedn run train --path client --input <path to input model parameters> --output <path to write the updated model parameters>
fedn run validate --path client --input <path to input model parameters> --output <Path to write the output JSON containing validation metrics>
fedn run validate --path client --input <path to input model parameters> --output <path to write the output JSON containing validation metrics>
Packaging for training on FEDn
===============================
Expand Down

0 comments on commit 1f62f1a

Please sign in to comment.