Matthew Waller
Matthew Waller
Hmmm, so I would probably need to write a custom conversion tool, like it says at the bottom of the page, I guess.
Just as an update, I'm examining this [Keras model converter script](https://github.com/apple/coremltools/blob/master/coremltools/converters/keras/_keras2_converter.py), which comes from Apple's own Python CoreML tools. Could be a good precedent for defining the needed layers. You're...
I think it might be possible to convert with a third party tool. I haven’t written the python conversion scripts myself, but this could be useful (https://github.com/Microsoft/MMdnn/blob/master/README.md). But that’s only...
If I want to use any C libraries I have to port them over to objective c or swift to use them in iOS or macOS. And that’s something I...
It does! I hadn’t seen that one. Well, hopefully we just need to get the MFCC one way or another. I’ve got a couple of projects in the hopper before...
@lissyx I managed to feed mfcc into a core data model, but I'm not sure where to go to implement the link you sent to convert to coreml, specifically, I'm...
@lissyx unfortunately I haven't been able to convert to CoreML. The https://github.com/tf-coreml/tf-coreml, which Apple also recommends officially, cannot handle cycles. I tried and got the error, and as a limitation...
I tried an earlier version on master. Is there a pre-trained model I could use? I see an alpha in the release from 3 days ago. Would that work?
@wshamp I was. I found them to be 'logits:0'. As an update overall, I got the model, but I'm stumped at FailedPreconditionError. Here is the [issue](https://github.com/tf-coreml/tf-coreml/issues/225) I filed with tf-coreml....
For sure @lissyx ! Here is the official Google page about being able to convert Tensorflow Lite to CoreML.