LordScarface

Results 8 issues of LordScarface

Hello and thank you for your work of the Project! I'm trying to quantize the Encoder Stage of a Convolutional Autoencoder with AutoQKeras. My goal is to reduce the number...

Hi, I'm trying to implement [this model](https://github.com/Xilinx/Vitis-AI-Tutorials/blob/master/Design_Tutorials/10-RF_modulation_recognition/files/vai_2018_RadioML_VAI_keras.ipynb) using hls4ml. The model conversion seems to be working but when calling `model.predict()` with the test data I get: ``` python3: firmware/nnet_utils/nnet_conv2d_stream.h:73: void...

Hi, when translating a model that has been quantized with AutoQKeras I get the following errors upon compilation of the HLS Model. From looking through the C++ Code it seems...

Hello again, I'm trying to convert a QKeras (or after that AutoQKeras) Model using hls4ml. Now the unquantized Model converts just fine and the Accuracy of the converted HLS Model...

I was following the [example in section 3](https://github.com/thesps/qkeras-hls4ml-iccad/blob/master/Section_3_AutoQKeras.ipynb) for automatically quantizing a Model using AutoQKeras. I then saved the best Model by adding `qmodel.save('section3_qmodel_2.h5')` at the end but now when...

Hello, I just started with Gemmini and Chipyard and not I am facing some issues with the Softmax, GELU and LayerNorm activation functions. I got Gemmini running and I get...

Moin, the `tiled_conv_auto` function from gemmini.h expects the inputs to be in NHWC and the weights to be in KhKwIO format, but the standard layout in PyTorch is NCHW for...

Hello and thank you for creating this great open source tool! I am currently trying to model my accelerator in ZigZag for DSE, but I encountered an issue when running...