openvinotoolkit / open_model_zoo

Pre-trained Deep Learning models and demos (high quality and extremely fast)
https://docs.openvino.ai/latest/model_zoo.html
Apache License 2.0
4.01k stars 1.36k forks source link

Model: resnet-50-tf, Error: ========== Skipping resnet-50-tf (model is unsupported in {'FP32-INT8'} precisions) #3956

Open saivivekseeram1 opened 1 month ago

saivivekseeram1 commented 1 month ago

i tried on both ways using fp16/fp32:

  1. omz_downloader --name resnet-50-tf --precisions FP32-INT8 --output_dir resnet-tf-int8 Facing issue: (resnet50-INT8) C:\Users\vivek\openvino\resnet50-INT8-omz\open_model_zoo\tools\model_tools>omz_downloader --name resnet-50-tf --precisions FP32-INT8 --output_dir resnet-tf-int8 ################|| Downloading resnet-50-tf ||################

========== Skipping resnet-50-tf (model is unsupported in {'FP32-INT8'} precisions)

2.>omz_downloader --name resnet-50-tf --precisions FP16-INT8 --output_dir resnet-tf-int8 Facing Issue:

################|| Downloading resnet-50-tf ||################

========== Skipping resnet-50-tf (model is unsupported in {'FP16-INT8'} precisions)

Screenshot 2024-06-07 113939

Wovchena commented 1 month ago

INT8 resnet-50-tf doesn't exist. You have to quantize the model yourself.