Zeinab Sadat Rabbani

Results 8 issues of Zeinab Sadat Rabbani

I have QCNN model( I used qkeras library) and when I setup the below configuration and I got an error. I updated the last version of hls4ml. **Model:** Layer (type)...

bug

I have a qkeras model. When I load model(load_qmodel) and I want to compile it I get this error. I installed the last version of HLS4ML libarary. **Code:** model_path =...

bug

I have a CNN model with qkeras. I used the hls4ml and all file and bitfile generated completely. Now I used the deployment code to implement on FPGA(**ZCU104**), the prediction...

bug

I have a CNN model. I used the hls4ml and all file and bitfile generated completely. Now I used the deployment code to implement on FPGA(ZCU104), the prediction output of...

bug

I’m working with a 1D CNN model and followed the instructions from the end-to-end cybersecurity example. In Part 1, I successfully generated the ONNX file, and in Part 2, I...

bug

Could you please tell me where I can find this library? I exatly implement and run the 'training_and_evaluation.ipynb' notebook at sandbox/notebooks/training_and_evaluation.ipynb

I've been using the RadioML CNN notebook as my reference to implement a model on an FPGA. I followed the standard structure to generate the bitstream and I've managed to...

bug

I’m working with a ResNet model with 10,192 parameters. When I compile it with HLS4ML in the usual way, the BRAM usage is heavily exceeded. To address this, I tried...

bug