NVIDIA DeepLearningExamples provide inference benchmark tests for Resnet50v1.5 in float32 and float16 precision but not in int8, so is there anyone that has tried running these tests in int8 before? Any tips and suggestions for how to do it would be really appreciated.
Update: I am trying to test with int8, but is currently stuck at tf.layers.conv2d complaining about type mismatch since it does not accept integer types.