AttributeError: ‘Sequential’ object has no attribute ‘_get_save_spec’
I’m trying to convert a TensorFlow model to Core ML format using coremltools, but I’m encountering an error during the conversion process. Here’s is the minimum reproducible example: