You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_sources/docs/install/China_Ubuntu_servers.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Vitis |trade| AI Docker images leverage Ubuntu 20.04. In your Ubuntu installatio
9
9
10
10
deb http://us.archive.ubuntu.com/ubuntu/ focal universe
11
11
12
-
You can see that the hostname “archive.ubuntu.com” resolves to servers located within the United States. When building the Vitis AI Docker image, whether for `CPU-only <https://github.com/Xilinx/Vitis-AI/blob/master/docker/dockerfiles/vitis-ai-cpu.Dockerfile>`__ or `GPU <https://github.com/Xilinx/Vitis-AI/blob/master/docker/dockerfiles/vitis-ai-gpu.Dockerfile>`__ applications Docker will attempt to pull from US servers. As a result, users accessing from China will generally experience slow download speeds.
12
+
You can see that the hostname “archive.ubuntu.com” resolves to servers located within the United States. When building the Vitis AI Docker image, whether for CPU-only or GPU accelerated containers Docker will attempt to pull from US servers. As a result, users accessing from China will generally experience slow download speeds.
13
13
14
14
Prior to building the Vitis AI Docker image it is recommended that you modify **/etc/apt/sources.list** and the vitis-ai-gpu.Dockerfile.
Copy file name to clipboardExpand all lines: docs/_sources/docs/quickstart/v70.rst.txt
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Quick Start Guide for Alveo V70
3
3
###############################
4
4
5
-
The AMD **DPUCV2DX8G** for the Alveo |trade| V70 is a configurable computation engine dedicated to convolutional neural networks. It supports a highly optimized instruction set, enabling the deployment of most convolutional neural networks. The following instructions will help you to install the software and packages required to support V70.
5
+
The AMD **DPUCV2DX8G** for the Alveo |trade| V70 is a configurable computation engine dedicated to convolutional neural networks. It supports a highly optimized instruction set, enabling the deployment of most convolutional neural networks. The following instructions will help you install the software and packages required to support V70.
6
6
7
7
.. image:: ../reference/images/V70.PNG
8
8
:width:1300
@@ -114,7 +114,7 @@ From inside the docker container, execute one of the following commands to set t
114
114
Vitis-AI Model Zoo
115
115
==================
116
116
117
-
You can now select a model from the Vitis AI Model Zoo `Vitis AI Model Zoo <../workflow-model-zoo.html>`__. Navigate to the `model-list subdirectory <https://github.com/Xilinx/Vitis-AI/tree/master/model_zoo/model-list>`__ and select the model that you wish to test. For each model, a YAML file provides key details of the model. In the YAML file there are separate hyperlinks to download the model for each supported target. Choose the correct link for your target platform and download the model.
117
+
You can now select a model from the `Vitis AI Model Zoo <../workflow-model-zoo.html>`__. Navigate to the `model-list subdirectory <https://github.com/Xilinx/Vitis-AI/tree/master/model_zoo/model-list>`__ and select the model that you wish to test. For each model, a YAML file provides key details of the model. In the YAML file there are separate hyperlinks to download the model for each supported target. Choose the correct link for your target platform and download the model.
118
118
119
119
- Take the ResNet50 model as an example.
120
120
@@ -144,7 +144,7 @@ Run the Vitis AI Examples
144
144
145
145
.. code-block:: Bash
146
146
147
-
[Docker] $ tar -xzvf vitis_ai_runtime_r3.5.0_image_video.tar.gz -C /w/examples/vai_runtime
147
+
[Docker] $ tar -xzvf vitis_ai_runtime_r3.5.0_image_video.tar.gz -C /workspace/examples/vai_runtime
148
148
149
149
3. Navigate to the example directory.
150
150
@@ -157,6 +157,7 @@ Run the Vitis AI Examples
157
157
158
158
.. code-block:: Bash
159
159
160
+
[Docker] $ sudo chmod u+r+x build.sh
160
161
[Docker] $ bash -x build.sh
161
162
162
163
5. Run the example.
@@ -412,7 +413,7 @@ contain test images and videos that can be leveraged to evaluate our quantized m
The AMD **DPUCV2DX** for Versal |trade| AI Edge is a configurable computation engine dedicated to convolutional neural networks. It supports a highly optimized instruction set, enabling the deployment of most convolutional neural networks. The following instructions will help you to install the software and packages required to support VEK280.
5
+
The AMD **DPUCV2DX8G** for Versal |trade| AI Edge is a configurable computation engine dedicated to convolutional neural networks. It supports a highly optimized instruction set, enabling the deployment of most convolutional neural networks. The following instructions will help you to install the software and packages required to support VEK280.
6
+
7
+
.. image:: ../reference/images/VEK280_Top_img.png
8
+
:width:400
9
+
:align:center
10
+
6
11
7
12
8
13
*************
@@ -28,7 +33,7 @@ WSL
28
33
This is an optional step intended to enable Windows users to evaluate Vitis |trade| AI.
29
34
30
35
31
-
Although this is not a fully tested and supported flow, in most cases users will be able to execute this basic tutorial on Windows. The Windows Subsystem for Linux (WSL) can be installed from the command line. Open a Powershell prompt as an Administrator and execute the following command:
36
+
Although this is not a fully supported flow, in most cases users will be able to execute this basic tutorial on Windows. The Windows Subsystem for Linux (WSL) can be installed from the command line. Open a Powershell prompt as an Administrator and execute the following command:
32
37
33
38
.. code-block:: Bash
34
39
@@ -138,6 +143,7 @@ Cross compile the ``resnet50_pt`` example.
138
143
.. code-block:: Bash
139
144
140
145
[Docker] $ cd examples/vai_runtime/resnet50_pt
146
+
[Docker] $ sudo chmod u+r+x build.sh
141
147
[Docker] $ bash –x build.sh
142
148
143
149
If the compilation process does not report an error and the executable file ``resnet50_pt`` is generated, then the host environment is installed correctly. If an error is reported, double-check that you executed the ``source ~/petalinux....`` command.
@@ -216,7 +222,7 @@ If you are using a point-to-point connection or DHCP is not available, you can m
216
222
Vitis-AI Model Zoo
217
223
==================
218
224
219
-
You can now select a model from the Vitis AI Model Zoo `Vitis AI Model Zoo <../workflow-model-zoo.html>`__. Navigate to the `model-list subdirectory <https://github.com/Xilinx/Vitis-AI/tree/master/model_zoo/model-list>`__ and select the model that you wish to test. For each model, a YAML file provides key details of the model. In the YAML file there are separate hyperlinks to download the model for each supported target. Choose the correct link for your target platform and download the model.
225
+
You can now select a model from the `Vitis AI Model Zoo <../workflow-model-zoo.html>`__. Navigate to the `model-list subdirectory <https://github.com/Xilinx/Vitis-AI/tree/master/model_zoo/model-list>`__ and select the model that you wish to test. For each model, a YAML file provides key details of the model. In the YAML file there are separate hyperlinks to download the model for each supported target. Choose the correct link for your target platform and download the model.
220
226
221
227
1. Take the ResNet50 model as an example.
222
228
@@ -453,7 +459,7 @@ The Vitis AI Compiler compiles the graph operators as a set of micro-coded instr
@@ -537,7 +544,7 @@ contain test images and videos that can be leveraged to evaluate our quantized m
537
544
538
545
If you wish to do so, you can copy the `result.jpg` file back to your host and review the output. OpenCV function calls have been used to overlay the predictions.
539
546
540
-
5. To run the video example, run the following command. To keep this simple we will use one of the Vitis AI video samples, but you should scp your own video clip to the target (webm / raw formats).
547
+
5. To run the video example, run the following command. To keep this simple we will use one of the Vitis AI video samples, but users should scp their own video clip to the target in a webm or raw format.
Copy file name to clipboardExpand all lines: docs/_sources/docs/workflow-model-development.rst.txt
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In the early phases of development, it is highly recommended that the developer
17
17
18
18
For more information on the Model Inspector, see the following resources:
19
19
20
-
- When you are ready to get started with the Vitis AI Model Inspector, refer to the examples provided for both `PyTorch <https://github.com/Xilinx/Vitis-AI/tree/v3.5/examples/vai_quantizer/pytorch/inspector_tutorial.ipynb>`__ and `TensorFlow <https://github.com/Xilinx/Vitis-AI/tree/v3.5/src/vai_quantizer/vai_q_tensorflow2.x/README.md#inspecting-vai_q_tensorflow2>`__.
20
+
- When you are ready to get started with the Vitis AI Model Inspector, refer to the examples provided for both `PyTorch <https://github.com/Xilinx/Vitis-AI/tree/v3.5/src/vai_quantizer/vai_q_pytorch/example/jupyter_notebook/inspector/inspector_tutorial.ipynb>`__ and `TensorFlow <https://github.com/Xilinx/Vitis-AI/tree/v3.5/src/vai_quantizer/vai_q_tensorflow2.x/README.md#inspecting-vai_q_tensorflow2>`__.
21
21
22
22
- If your graph uses operators that are not natively supported by your specific DPU target, see the :ref:`Operator Support <operator-support>` section.
23
23
@@ -129,13 +129,10 @@ Quantization Related Resources
129
129
130
130
- For additional details on the Vitis AI Quantizer, refer the "Quantizing the Model" chapter in the `Vitis AI User Guide <https://docs.xilinx.com/access/sources/dita/map?isLatest=true&ft:locale=en-US&url=ug1414-vitis-ai>`__.
131
131
132
-
- TensorFlow 2.x examples are available as follows:
Copy file name to clipboardExpand all lines: docs/_sources/docs/workflow-model-zoo.rst.txt
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,16 @@ All the models in the Model Zoo are deployed on AMD adaptable hardware with `Vit
18
18
19
19
To make the job of using the Model Zoo a little easier, we have provided a downloadable spreadsheet and an online table that incorporates key data about the Model Zoo models. The spreadsheet and tables include comprehensive information about all models, including links to the original papers and datasets, source framework, input size, computational cost (GOPs), and float and quantized accuracy. **You can download the spreadsheet** :download:`here <reference/ModelZoo_Github.xlsx>`.
20
20
21
+
.. The below is functional (remove the .. comment on the second line) but has formatting issues that are currently unresolved.
22
+
.. raw:: html
23
+
.. :file: reference/ModelZoo_Github.htm
24
+
25
+
.. For now we will just do this:
21
26
.. raw:: html
22
27
23
28
<ahref="reference/ModelZoo_Github_web.htm"><h4>Click here to view the Model Zoo Details & Performance table online.</h4></a><br><br>
24
29
25
-
.. note:: Please note that if the models are marked as "Non-Commercial Use Only", users must comply with this `AMD license agreement <https://github.com/Xilinx/Vitis-AI/blob/master/model_zoo/Xilinx-license-agreement-for-non-commercial-models.md>`__
30
+
.. note:: Please note that if the models are marked as "Non-Commercial Use Only", users must comply with this `AMD license agreement <https://github.com/Xilinx/Vitis-AI/blob/master/model_zoo/AMD-license-agreement-for-non-commercial-models.md>`__
26
31
27
32
28
33
.. note:: The model performance benchmarks listed in these tables are verified using Vitis AI v3.5 and Vitis AI Library v3.5. For each platform, specific DPU configurations are used and highlighted in the table's header. Free download of Vitis AI and Vitis AI Library from `Vitis AI Github <https://github.com/Xilinx/Vitis-AI>`__ and `Vitis AI Library Github <https://github.com/Xilinx/Vitis-AI/tree/v3.5/examples/vai_library>`__.
0 commit comments