Open apivovarov opened 2 years ago
Can you give us a minimal example to reproduce this problem (i.e. something which doesn't use an external model)?
I think I provided quite popular model from tensorflow/models project and the code to reproduce the issue. I guess somebody from coremltools should investigate on it.
I got
Cast: Provided destination type bool not supported
when converting TF2 SSD MobileNet v2 320x320 using coremltools 6.0b2Example1 (convert saved_model dir):
Example2 (convert "serving_default" function)
Got the following Stack Trace (for both examples):