Unable to load a network converted from TensorFlow

Hi,

I've converted a network from TF to CoreML with tf-coreml. The network converted ok, but when I try to load it, I receive

"Error declaring input for NN engine."

Does anyone know what could be causing this?


Thanks,

Vlad

Replies

For posterity, the issue was a bug in the tf-coreml converter. It was fixed with this PR: https://github.com/tf-coreml/tf-coreml/pull/239