From 4b31b0f7d89948a824d1fea5e044ed5c09046036 Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Fri, 6 Dec 2019 15:31:21 +0000 Subject: [PATCH] [notebook-customOp and modelwrapper] Changed links to other notebooks --- notebooks/FINN-CustomOps.ipynb | 2 +- notebooks/FINN-ModelWrapper.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/FINN-CustomOps.ipynb b/notebooks/FINN-CustomOps.ipynb index b8db70aa9..9ac32369b 100644 --- a/notebooks/FINN-CustomOps.ipynb +++ b/notebooks/FINN-CustomOps.ipynb @@ -394,7 +394,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "<font size=\"3\">**`compile_singlenode_code()`**: To compile the generated code, the compile command must be built. This is done in this function. It creates an instance of the `CppBuilder()` class and assembles the various components for the function. The `.build` function creates the executable and then sets the corresponding attribute. The class `CppBuilder` is a transformation and a more detailed description can be found in Jupyter notebook [FINN-CodeGenerationAndCompilation](github.com/Xilinx/finn/blob/dev/notebooks/FINN-CodeGenerationAndCompilation.ipynb).\n", + "<font size=\"3\">**`compile_singlenode_code()`**: To compile the generated code, the compile command must be built. This is done in this function. It creates an instance of the `CppBuilder()` class and assembles the various components for the function. The `.build` function creates the executable and then sets the corresponding attribute. The class `CppBuilder` is a transformation and a more detailed description can be found in Jupyter notebook [FINN-CodeGenerationAndCompilation](FINN-CodeGenerationAndCompilation.ipynb).\n", "</font>" ] }, diff --git a/notebooks/FINN-ModelWrapper.ipynb b/notebooks/FINN-ModelWrapper.ipynb index 1d349da21..3770a1a33 100644 --- a/notebooks/FINN-ModelWrapper.ipynb +++ b/notebooks/FINN-ModelWrapper.ipynb @@ -330,7 +330,7 @@ "metadata": {}, "source": [ "### More helper functions\n", - "<font size=\"3\">ModelWrapper contains more useful functions, if you are interested please have a look at the [Python code](https://github.com/Xilinx/finn/blob/dev/src/finn/core/modelwrapper.py) directly. Additionally, in the folder notebooks/ a Jupyter notebook about transformation passes and one about analysis passes can be found.</font>" + "<font size=\"3\">ModelWrapper contains more useful functions, if you are interested please have a look at the [Python code](https://github.com/Xilinx/finn/blob/dev/src/finn/core/modelwrapper.py) directly. Additionally, in the folder notebooks/ a Jupyter notebook about transformation passes [FINN-HowToTransformationPass](FINN-HowToTransformationPass.ipynb) and one about analysis passes [FINN-HowToAnalysisPass](FINN-HowToAnalysisPass.ipynb) can be found.</font>" ] }, { -- GitLab