Test model is MobileNetV3, use TF to load saved model to test, it works right.
For tf.strided_slice(input_, begin, end, strides=None, …) , if begin > end, it will return empty list [] instead of raising an error.
Test model is MobileNetV3, use TF to load saved model to test, it works right.
For tf.strided_slice(input_, begin, end, strides=None, …) , if begin > end, it will return empty list [] instead of raising an error.