tensorflow-onnx icon indicating copy to clipboard operation
tensorflow-onnx copied to clipboard

StatefulPartitionedCall/map/while_loop body SSD model conversion custom trained

Open JustVugg opened this issue 2 years ago • 0 comments

I use tensorflow 2 to train a mobilenetv2 320 ssd object detection but if i convert the pretrained i get a model with input without the StatefulPartitionedCall/map/while_loop body if i train custom then i have this layer that break me the input from the model.Using opset 12.For Does anyone have a solution for this problem?

JustVugg avatar Mar 17 '23 12:03 JustVugg