tensorflow-onnx
tensorflow-onnx copied to clipboard
StatefulPartitionedCall/map/while_loop body SSD model conversion custom trained
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?