From 13a727eb144eb70fe150b4d2127587f937400326 Mon Sep 17 00:00:00 2001 From: Ishant Thakare Date: Wed, 8 Jan 2025 12:42:27 +0530 Subject: [PATCH] Fix readme.md of federated runtime tutorials (#1248) Signed-off-by: Ishant Thakare --- .../workflow/FederatedRuntime/101_MNIST/README.md | 2 +- .../FederatedRuntime/301_MNIST_Watermaking/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openfl-tutorials/experimental/workflow/FederatedRuntime/101_MNIST/README.md b/openfl-tutorials/experimental/workflow/FederatedRuntime/101_MNIST/README.md index e4f771b4c5..bce8042d02 100644 --- a/openfl-tutorials/experimental/workflow/FederatedRuntime/101_MNIST/README.md +++ b/openfl-tutorials/experimental/workflow/FederatedRuntime/101_MNIST/README.md @@ -4,7 +4,7 @@
### 0. If you haven't done so already, create a virtual environment, install OpenFL, and upgrade pip: - - For help with this step, visit the "Install the Package" section of the [OpenFL installation instructions](https://openfl.readthedocs.io/en/latest/get_started/installation.html). + - For help with this step, visit the "Install the Package" section of the [OpenFL installation instructions](https://openfl.readthedocs.io/en/latest/installation.html).
diff --git a/openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermaking/README.md b/openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermaking/README.md index be10df4d4c..e9e1cd5989 100644 --- a/openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermaking/README.md +++ b/openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermaking/README.md @@ -4,7 +4,7 @@
### 0. If you haven't done so already, create a virtual environment, install OpenFL, and upgrade pip: - - For help with this step, visit the "Install the Package" section of the [OpenFL installation instructions](https://openfl.readthedocs.io/en/latest/get_started/installation.html). + - For help with this step, visit the "Install the Package" section of the [OpenFL installation instructions](https://openfl.readthedocs.io/en/latest/installation.html).
@@ -22,7 +22,7 @@ - Navigate to the tutorial: ```sh - cd openfl/openfl-tutorials/experimental/workflow/FederatedRuntime/101_MNIST/ + cd openfl/openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermarking/ ```
@@ -57,7 +57,7 @@ cd Chandler ```sh cd workspace -jupyter lab mnist_watermarking.ipynb +jupyter lab MNIST_Watermarking.ipynb ``` - A Jupyter Server URL will appear in your terminal. In your browser, proceed to that link. Once the webpage loads, click on the pytorch_tinyimagenet.ipynb file. - To run the experiment, select the icon that looks like two triangles to "Restart Kernel and Run All Cells".