sandeep
sandeep
can we create custom accelerator's for the models written in Qkeras. Does Tensil-ai supports qkeras models. If so please let me know. Thanks in advance.
I have 2 models one is baseline keras model and its equivalent keras model, the models are taken from the QKerasTutorial.ipynb, My keras model is shown below: ``` Model: "model"...
Hi, I am trying to use AIMET Visualization for Quantization for TensorFlow API inside the docker, the api documentation is from [https://quic.github.io/aimet-pages/AimetDocs/api_docs/tensorflow_visualization_quantization.html](url), i followed the same code, but when i...
Hello everyone, I started exploring AIMET library and I installed AIMET using docker, when i started trying to implement CLE from the documentation [https://quic.github.io/aimet-pages/AimetDocs/api_docs/tensorflow_cross_layer_equalization.html#tf-cle](url) . I am using the resnet50...
Hi all, I was trying to do symmetric weight-only quantization using min-max calibration, but while computing scaling factors and zero-points using the min-max calibration method, when my floating point weight...
Hi all, I was trying to use ResNet50 model for mnist digit classification, after training the model i was trying to perform Autoquant operation on the model it is always...
Hi, Hope you are doing good, can you please help me in getting the main source code, i cannot able to see it in the repo, only example.py is there...
Hi Everyone, I have IMX230 camera sensor with me and I was trying to integrate it with Jetson nano and capture the photos, I followed the documentation [https://docs.arducam.com/Nvidia-Jetson-Camera/Jetvariety-Camera/Quick-Start-Guide/](url) in setting...