Matthew Waller

Results 37 comments of Matthew Waller

Oops, Yep. Here it is @lissyx and @kdavis-mozilla https://developers.googleblog.com/2017/12/announcing-core-ml-support.html

Ha! I ran into this issue too. Couldn’t make reconstruction work in the sample config setup. Also tried removing the y values and ran into the size mismatch. Hmmm

Ah! So you're saying that the inputs are basically mfccs? I actually wrote an mfcc calculator in Swift in the style of python_speech_features. So should I be able to take,...

Interesting. So looking at the `speakerDiarization.py` code more closely, would I need to import two models into the iOS or Android app? Looks like I would load one model here:...

You know, I did compress the weights, but everything still balloons to 8 GB. So it's more the operation going on inside the model, building up a ton of tensors....

Thanks y'all, looks like breaking up the model is the way to go. Appreciate the insight!

@Lukas1h hey sure thing! I'm still working on breaking it down to the point that I'm able to use the ANE, but I intend to have a massive blog post...

@Lukas1h it does! It's not the fastest yet, but it sure is efficient

yeah, giving it a shot now. I want to make sure the einsum I'm using will convert with coremltools though. Will check back in!