aimet
aimet copied to clipboard
Aimet-tensorflow-Resnet50
Traceback (most recent call last):
File "evaluators/resnet50_tf2_quanteval.py", line 13, in
File "/home/keerdhan/anaconda3/envs/ai_tf/lib/python3.8/site-packages/aimet_tensorflow/keras/quant_sim/tensor_quantizer.py", line 46, in
I am facing issue to execute this command, I have installed all the aimet dependencies I have the path to my dataset also but still if I try to execute the below command im getting the above error
python aimet_zoo_tensorflow/resnet50_tf2/evaluators/resnet50_tf2_quanteval.py
--dataset-path
--batch-size
--model-config
@quic-hanwxion, could you please take a look at this. Thanks
Sure I'll take a look
@keerthana-soundarrajan , it looks like your AIMET is missing some ops so it might not be built correctly. Can you share your running environment? AIMET version: tensorflow version:
I'm having the same problem. My AIMET=1.26.1 , tensorflow-gpu=2.4.3。
$python auto_quant.py
I see that AIMET version 1.26.1 is compatible with tensorflow 2.4, but it still reports an error when installing: aimettensorflow tf-gpu-1.26.1 requires tensorflow-gpu==2.10.1, but you have tensorflow-gpu 2.4.3 which is incompatible.