diff --git a/notebooks/end2end_example/cybersecurity/1-train-mlp-with-brevitas.ipynb b/notebooks/end2end_example/cybersecurity/1-train-mlp-with-brevitas.ipynb index 57fda092c647bac60c9a11b7a5b2bae3bc4efe3b..ff4c5704002219ca18bb07eeb8c768f860f3ffbf 100644 --- a/notebooks/end2end_example/cybersecurity/1-train-mlp-with-brevitas.ipynb +++ b/notebooks/end2end_example/cybersecurity/1-train-mlp-with-brevitas.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "<font color=\"red\">**FPGA'21 tutorial:** We recommend clicking **Cell -> Run All** when you start reading this notebook for \"latency hiding\".</font>" + "<font color=\"red\">**Live FINN tutorial:** We recommend clicking **Cell -> Run All** when you start reading this notebook for \"latency hiding\".</font>" ] }, { diff --git a/notebooks/end2end_example/cybersecurity/2-export-to-finn-and-verify.ipynb b/notebooks/end2end_example/cybersecurity/2-export-to-finn-and-verify.ipynb index fd40f5c58c7cbf49e9b4542dc3ebece93cf1e645..b254600dfa7f6a80be4b9e765f7a280eee066939 100644 --- a/notebooks/end2end_example/cybersecurity/2-export-to-finn-and-verify.ipynb +++ b/notebooks/end2end_example/cybersecurity/2-export-to-finn-and-verify.ipynb @@ -6,7 +6,7 @@ "source": [ "# Verify Exported ONNX Model in FINN\n", "\n", - "<font color=\"red\">**FPGA'21 tutorial:** We will skip this notebook during the tutorial due to time constraints. You are encouraged to go through it on your own after the hands-on session to verify the exported MLP in FINN.</font>\n", + "<font color=\"red\">**Live FINN tutorial:** We recommend clicking **Cell -> Run All** when you start reading this notebook for \"latency hiding\".</font>\n", "\n", "**Important: This notebook depends on the 1-train-mlp-with-brevitas notebook, because we are using the ONNX model that was exported there. So please make sure the needed .onnx file is generated before you run this notebook.**\n", "\n", diff --git a/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb b/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb index 611e280eceac6a6f2af946bda4417223460bc8fb..285f4e6cd1ddabd0af6c57bdf2bb3bf835471532 100644 --- a/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb +++ b/notebooks/end2end_example/cybersecurity/3-build-accelerator-with-finn.ipynb @@ -6,7 +6,7 @@ "source": [ "# Building the Streaming Dataflow Accelerator\n", "\n", - "<font color=\"red\">**FPGA'21 tutorial:** We recommend clicking Cell -> Run All when you start reading this notebook for \"latency hiding\".</font>\n", + "<font color=\"red\">**Live FINN tutorial:** We recommend clicking **Cell -> Run All** when you start reading this notebook for \"latency hiding\".</font>\n", "\n", "**Important: This notebook depends on the 1-train-mlp-with-brevitas notebook because we are using models that were created by that notebook. So please make sure the needed .onnx files are generated prior to running this notebook.**\n", "\n",