tensorflow / tensorrt

TensorFlow/TensorRT integration
Apache License 2.0
737 stars 226 forks source link

Very Low Validation Accuracy for Resnet50 and Resnet101 models using TF-TRT #258

Open Selventhiranraj opened 3 years ago

Selventhiranraj commented 3 years ago

I'm getting 0.1% as Top 1 accuracy for the validation of Resnet50 and Resnet101 models using the TF-TRT. Validation script: https://github.com/tensorflow/tensorrt/blob/master/tftrt/examples/image-classification/image_classification.py Dataset : Imagenet Model : https://tfhub.dev/tensorflow/resnet_50/classification/1 Preprocess method : vgg

Why is the accuracy very low?? Any help/suggestions appreciated. Thanks

tftrt_results

DEKHTIARJonathan commented 3 years ago

I'm unfortunately unable to reproduce your issue. We are routinely running these benchmarks and we never had such issue.

Here are a few ideas to investigate:

If that doesn't solve the issue, I will need a complete reproducer case with step-by-step instructions in a docker container to reproduce the issue (you will need to provide the checkpoint).

mingxiaoh commented 2 years ago

meet same issue