How do you measure the ResNet50 inference accuracy in C-API?
Created by: wojtuss
The test_anlyzer_resnet50 test uses fake data and a model without accuracy layer. When developing fuse passes we need to verify the accuracy. How do you measure the accuracy of the ResNet50 model?