hollance / neural-engine

Everything we actually know about the Apple Neural Engine (ANE)
MIT License
2.03k stars 75 forks source link

PoolingLayerBuilder (MEAN)_57' is not set #32

Open Varfalamei opened 8 months ago

Varfalamei commented 8 months ago

Hello, I have a problem with saving efficientnetv2 in a tflite model in order to then run it in coreml. When I assemble the project I get an error

Error compiling model compiler error: Error reading protobuf spec. validator error: Padding type for the pooling layer 'PoolingLayerBuilder (MEAN)_57' is not set.

Do you know what the problem might be?