-
记录Vitis-AI开发过程
-
Trying to build project but getting errors
Vitis 2022.1
Ubuntu 22.04
u50 platform - xilinx_u50_gen3x16_xdma_5_202210_1
Steps to reproduce -
1. git clone https://github.com/fpgasystems/Vitis…
-
Hi, everyone!
I'm trying to build finn_examples network resnet50_w1a2 but I'm getting:
`ERROR: [BD 5-390] IP definition not found for VLNV: xilinx.com:hls:Pool_hls_1:1.0`
As shown in the build …
-
I tried building the project on the new `vitis_2022_1` branch targeting U280, and it resulted in the following error on `make all`:
```shell
$ make all TARGET=hw DEVICE=/opt/xilinx/platforms/xil…
-
[English Version]
Hi, I found the problem of quantize and compile in Vitis AI 1.4.1 and Vitis AI 2.x respectively
First mention the part of Vitis AI 1.4.1 or 1.4
The environment and training mode…
-
### Background Work
- [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/firesim)
- [X] Yes, I searched the [documentation](https://docs.fires.im/en/stable/)
### Fea…
-
I'm following this [Xilinx Tutorial][1] about the implementation of a U-Net in the ZCU104 Evaluation Board and I have come up with an error during the compilation step.
I've trained a U-Net in Matl…
ghost updated
2 years ago
-
Hi I have the following error while quantization. I wrote the following script:
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
imp…
-
from pathlib import Path
import numpy as np
import pytest
import torch
import torch.nn as nn
from hls4ml.converters import convert_from_pytorch_model
from hls4ml.utils.config import config_f…
-
When I run ./quantize_and_compile.sh in docker, I find this:
I0215 02:19:57.546900 259 layer_factory.hpp:77] Creating layer data
I0215 02:19:57.546921 259 net.cpp:94] Creating Layer data
I021…