Can't create layer in function 'cv::dnn::dnn4_v20210608::LayerData::getLayerInstance'

I have convert the torch model to ONNX , but when I use cv2.dnn.readNetFromONNX funciton to read the yolox.nano,the error is:
“Can’t create layer “1198” of type “Range” in function ‘cv::dnn::dnn4_v20210608::LayerData::getLayerInstance’”.I don’t know how to fix it, please help me.

if this is MobileNetV2-YOLOv3-Nano-coco
please note, that the original darknet model (using cfg/weights) does not have this problem