|
46 | 46 | "id": "5dbed63f", |
47 | 47 | "metadata": {}, |
48 | 48 | "source": [ |
49 | | - "## Introduction to the CNV-w2a2 network <a id=\"intro_cnv\"></a>\n", |
| 49 | + "## Introduction to the CNV-w2a2 network <a id='intro_cnv'></a>\n", |
50 | 50 | "\n", |
51 | 51 | "The particular quantized neural network (QNN) we will be targeting in this notebook is referred to as CNV-w2a2 and it classifies 32x32 RGB images into one of ten CIFAR-10 classes. All weights and activations in this network are quantized to two bit, with the exception of the input (which is RGB with 8 bits per channel) and the final output (which is 32-bit numbers). It is similar to the convolutional neural network used in the [cnv_end2end_example](../end2end_example/bnn-pynq/cnv_end2end_example.ipynb) Jupyter notebook.\n", |
52 | 52 | "\n", |
|
116 | 116 | "id": "c764ed76", |
117 | 117 | "metadata": {}, |
118 | 118 | "source": [ |
119 | | - "## Quick recap, how to setup up default builder flow for resource estimations <a id=\"recap_builder\"></a>" |
| 119 | + "## Quick recap, how to setup up default builder flow for resource estimations <a id='recap_builder'></a>" |
120 | 120 | ] |
121 | 121 | }, |
122 | 122 | { |
|
305 | 305 | "id": "7e561a91", |
306 | 306 | "metadata": {}, |
307 | 307 | "source": [ |
308 | | - "## Build steps <a id=\"build_step\"></a>" |
| 308 | + "## Build steps <a id='build_step'></a>" |
309 | 309 | ] |
310 | 310 | }, |
311 | 311 | { |
|
369 | 369 | "id": "e9c2c97f", |
370 | 370 | "metadata": {}, |
371 | 371 | "source": [ |
372 | | - "### How to create a custom build step <a id=\"custom_step\"></a>" |
| 372 | + "### How to create a custom build step <a id='custom_step'></a>" |
373 | 373 | ] |
374 | 374 | }, |
375 | 375 | { |
|
643 | 643 | "id": "a6edf5c4-9213-45cd-834f-615c12685d9e", |
644 | 644 | "metadata": {}, |
645 | 645 | "source": [ |
646 | | - "## Specialize layers configuration json <a id=\"specialize_layers\"></a>" |
| 646 | + "## Specialize layers configuration json <a id='specialize_layers'></a>" |
647 | 647 | ] |
648 | 648 | }, |
649 | 649 | { |
|
675 | 675 | "id": "bc90b589-7a92-4996-9704-02736ac4e60e", |
676 | 676 | "metadata": {}, |
677 | 677 | "source": [ |
678 | | - "The builder flow step before `step_specialize_layers` generates a template json file to set the preferred implementation style per layer. We can copy it from one of the previous runs to this folder and manipulate it to pass it to a new build." |
| 678 | + "The builder flow step before `step_create_dataflow_partition` generates a template json file to set the preferred implementation style per layer. We can copy it from one of the previous runs to this folder and manipulate it to pass it to a new build." |
679 | 679 | ] |
680 | 680 | }, |
681 | 681 | { |
|
934 | 934 | "id": "5ffbadd1", |
935 | 935 | "metadata": {}, |
936 | 936 | "source": [ |
937 | | - "## Folding configuration json <a id=\"folding_config\"></a>" |
| 937 | + "## Folding configuration json <a id='folding_config'></a>" |
938 | 938 | ] |
939 | 939 | }, |
940 | 940 | { |
|
1270 | 1270 | "id": "4a675834", |
1271 | 1271 | "metadata": {}, |
1272 | 1272 | "source": [ |
1273 | | - "## Additional builder arguments <a id=\"builder_arg\"></a>" |
| 1273 | + "## Additional builder arguments <a id='builder_arg'></a>" |
1274 | 1274 | ] |
1275 | 1275 | }, |
1276 | 1276 | { |
|
1294 | 1294 | "id": "e0c167f4", |
1295 | 1295 | "metadata": {}, |
1296 | 1296 | "source": [ |
1297 | | - "### Verification steps <a id=\"verify\"></a>" |
| 1297 | + "### Verification steps <a id='verify'></a>" |
1298 | 1298 | ] |
1299 | 1299 | }, |
1300 | 1300 | { |
|
1505 | 1505 | "id": "4609f94d", |
1506 | 1506 | "metadata": {}, |
1507 | 1507 | "source": [ |
1508 | | - "### Other builder arguments <a id=\"other_args\"></a>" |
| 1508 | + "### Other builder arguments <a id='other_args'></a>" |
1509 | 1509 | ] |
1510 | 1510 | }, |
1511 | 1511 | { |
|
1610 | 1610 | "id": "3b98eb65", |
1611 | 1611 | "metadata": {}, |
1612 | 1612 | "source": [ |
1613 | | - "### Example for additional builder arguments & bitfile generation <a id=\"example_args\"></a>" |
| 1613 | + "### Example for additional builder arguments & bitfile generation <a id='example_args'></a>" |
1614 | 1614 | ] |
1615 | 1615 | }, |
1616 | 1616 | { |
|
0 commit comments