Closed Orchidaceae closed 2 years ago
Hi @Orchidaceae The input and output of the model are in fixed-point format, and the fixed-point position needs to be considered when writing and reading data.src
Hi @Orchidaceae Is this issue solved?
Hi @Orchidaceae Since we haven't received your reply for a long time, we assume you have solved this issue and I'm going to close it. If you still have any questions, please feel free to reopen it. Thank you very much.
Summary
I have trained and successfully quantized and compiled a 3-layer MNIST classification model for DPUCZDX8G. But when I'm trying to run my model on the ZCU102 board I get unexpected NaNs and zeros in the classification output vector where only a few instances of the test images results in random float numbers but with very poor accuracy.
I had no issues in the previous deployment steps so what could cause this? Am I somehow interpreting the output wrong?
MNIST model definition
Evaluation of quantized model
Compiling model for DPUCZDX8G
Python VART code for deployment on ZCU102
Results of running the model
The great majority of all test images in the data set gives an output with zeros and nan as shown below as for example image nr 0.
Only a few of all test images generate an output that does not contain zeros and nan, like for example image nr 34:
The resulting accuracy of these results is very poor.