sandeep
sandeep
Can someone help me in resolving this issue, it very urgent
Hi @quic-hitameht Thanks for the reply, PFA of my notebook file for your kind reference. [ptq_test_aimet-resnet50_mnist_final.pdf](https://github.com/quic/aimet/files/13727351/ptq_test_aimet-resnet50_mnist_final.pdf)
Hi, I was trying to do mnist classification using the VGG model, and when was trying to perform AutoQuant on the model, I was getting an accuracy of 0.09 i.e....
Hi Team, Any update on this issue? Can someone look it and tell me whats going wrong.
@quic-hitameht , Thanks for the reply but I already disabled eager execution and run the code, after disabling eager execution only i am getting the above error. Can you please...
Hi @quic-hitameht , Thanks for the response, PFB my code the code is running fine but i cannot able to understand whats going inside the CLE, I tried to interpret...
Hi @quic-hitameht , I changed the ``output_op_name`` to `` predictions/Softmax`` but when i run the code it has some key error, here are the logs when i change the output...
Thank you @quic-hitameht for the response, suggest me the solution once if you fixed it. Thank you in advance.
Hi @quic-hitameht , I disabled eager execution and ran the code, the error above shows after disabling eager execution mode only, can you please kindly check that. Thanks in advance.
Hi @quic-hitameht , Here is my code for visualization : ``` # TF specific imports import tensorflow as tf tf.compat.v1.disable_eager_execution() from tensorflow.keras.applications.resnet50 import ResNet50 # Import for starting Bokeh Server...