Open daivikbhatia opened 3 years ago
that is interesting: it looks like a debug stop. Also the compiler really does not care if it is U200 or U50 ... Let me see if I can retrieve the model and see if I can reproduce ....
The schedule should be composed by a single convolution. There is a failure in combining the batch norm:
2 no good batch_normalization_1_1/FusedBatchNormV3_1/mul Ops 0 Shape [1, 28, 28, 28] IN ['conv2d_1_1/convolution'] OUT []
I would say that the failure is in the translation from tf to xmodel .... is there a way to confirm ?
Hi, While compiling the quantized model for alveo U200 I'm getting the following error message: (vitis-ai-tensorflow) Vitis-AI /workspace > ARCH=/opt/vitis_ai/compiler/arch/DPUCADF8H/U200/arch.json
(vitis-ai-tensorflow) Vitis-AI /workspace > vai_c_tensorflow \
This gives me only 1 file,SignLanguageMNISTnet_org.xmodel in output directory. Also when I tried to compile the same quantized file for alveo U50, the compilation ran just fine and gave correct 4 output files. Can any one please look into this issue and tell what's this error about alveo U200 and how to solve it?