• Deploying quantized Tensorflow lite model using zynq-library on Zynq-7000
    Hello, I want to deploy a quantized Tensorflow lite model (inception v4) on Zedboard using ARM compute library, but I don't know how to do it !! Any help please?? Thank you
  • Deploying quantized Tensorflow lite model using zynq-library on Zynq-7000
    Hello, I want to deploy a quantized Tensorflow lite model (inception v4) on Zedboard using ARM compute library, but I don't know how to do it !! Any help please?? Thank you
  • Cannot make inference with PyArmnn on custom quantized model trained with TF2
    I trained a model using TF2 and Keras. The model includes the following layers (from tf.keras.layers): layers.Conv2D layers.BatchNormalization layers.ReLU layers.MaxPool2D layers.AveragePooling2D...
  • Cannot make inference with PyArmnn on custom quantized model trained with TF2
    I trained a model using TF2 and Keras. The model includes the following layers (from tf.keras.layers): layers.Conv2D layers.BatchNormalization layers.ReLU layers.MaxPool2D layers.AveragePooling2D...
  • Does KEIL support CLASS data type?
    I tried to compile the code written in C++ which there were sevaral Class data types used. Does Keil support CLASS type data? if not, how do I work around it? replace by STRUCT may be ? Please kindly...