-
I am running the example from
https://github.com/Xilinx/Vitis-AI/blob/master/src/Vitis-AI-Library/graph_runner/samples/resnet_v1_50_tf_graph_runner/
However I got Segmentation fault (core dumped) …
-
`
import onnnxruntime
session = onnxruntime.InferenceSession(
'[model_file].onnx',
providers=["VitisAIExecutionProvider"],
provider_options=[{"config_file":"/etc/vaip_config.json"}])
`
os ima…
-
Hi everyone, I am working on a branch to add Alveo support for hls4ml. I have my code up to date with the master branch and am currently running tests to make sure everything works fine.
I am seeing…
-
I am trying to compile the quantized unet model with vai_c_tensorflow. The docker container is built from master branch with GPU support. Inside vitis-ai-tensorflow conda, I used the following command…
-
well, i 'm a newcomer.i have successfully make the vivado project,but what should i do next to program it onto U50?do i need to make a mcs and then program it?thanks a lot!
-
Hi,
I had tried to run PipeCNN on Xilinx Alveo U200, I'd modified Makefile and config file for U200 and TEST_CASE_1, but it's not worked for HW-Emulation (SW-Emulation is working).
Modified PipeCN…
-
Hi team,
I am using Opennic design in alveo u200 and I am trying to enable auto-negotiation in the cmac_usplus_0 component. But encountering issues with bitstream generation. The following error mes…
-
In a new end to end example, we try to evaluate tfhe-rs-bool code on an FPGA. To communicate with an Xilinx Alveo FPGA we use the XRT library.
There is a problem during the initialisation of the FP…
-
Hello,
I'm using Vitis-AI 2.0.0.1103, I need to deploy my Neural Network for Alveo U250.
After the release of Vitis-AI 2.0 the compilation of the model has been possible but I'm facing some issue wi…
-
i build and install xrt_2019.2 on ubuntu 18.04,
(1) lspci -vvv -d 10ee:
xclmgmt and xocl kernel driver can be recognized
(2) sudo /opt/xilinx/xrt/bin/xbmgmt flash --scan
Flashab…
crizy updated
2 years ago