-
Hi,
I have a compiled model that has 1 DPU subgraph taking 1 input tensor and 3 output tensors.
```
inputTensor.name = A2J_model__A2J_model_ResNetBackBone_Backbone__input_1_swim_transpose_0_fix
…
-
[quantized_dilationrate_fullytrained.zip](https://github.com/Xilinx/Vitis-AI/files/8909288/quantized_dilationrate_fullytrained.zip)
Why it aborts? I have attached the model
vitis-ai-tensorflow2) …
-
After setting up Vitis AI on AWS f1.2xlarge instance, I tried to run the tf_resnet example. I managed to follow all the steps until the final one. First, I got the following error.
```console
(vitis…
-
https://github.com/Xilinx/Vitis-AI/blob/master/model_zoo/model-list/pt_OFA-rcan_DIV2K_360_640_45.7G_2.5/model.yaml
from that link in GPU part after the following readme in the step of
echo "dump…
-
More of a suggestion than an issue, but the build process expects to be able to downloads repos from within the Docker container so the command "bash ./build.sh ci_vai_1x bash" as given in https://git…
-
Hello,
I want to replace some operations(mainly convolution2d) at hardware level.
For example, design some operation with vivado -> create bitstream -> create python/c++ api which call custom operat…
-
```
-- Found v++:/data/soft/Xilinx/Vitis/2021.2/bin/v++
-- Found xchessmk:/data/soft/Xilinx/Vitis/2021.2/aietools/bin/xchessmk
-- Found libme.a:/data/soft/Xilinx/Vitis/2021.2/aietools/data/cervino/…
HadXu updated
2 years ago
-
Dear xilinx,
I considered deploying on xilinx devices by quantifying the Youtube-8M classification problem through the pytorch quantization tool of vitis-ai (https://github.com/ceshine/yt8m-2019), bu…
-
Hi,
I want to use KV260 for some custom applications, and I find various DPU types in KV260 such like 1024, 3136, 4096 and so on.
The models from Vitis AI github are compiled with DPU 4096, But my K…
-
rt, I wonder if the examples models are quantized. And if they are quantized, what quantization methods are they used? Symmetirc/Asymetric? uint8/int8?