Xilinx / Vitis-AI

Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.
https://www.xilinx.com/ai
Apache License 2.0
1.46k stars 630 forks source link

Duplicate nodes error while converting model from quantized_model.pb to xmodel #1445

Open hetanshi221 opened 2 months ago

hetanshi221 commented 2 months ago

I have configure the nodes of the model but there is no any node which is mentioned below but all the time I'm getting the same error. I also used simplified model as well as decrease the number layers as well but no change in the error. I also used direct model.ob without quantization as well.

ssertionError: [ERROR] Trying to insert duplicate node in xmodel: name: model/quant_input_1/Pof2SQuantize/Pof2SFakeQuantize/ReadVariableOp, type: fixneuron.

Looking for the answer urgently!