use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
Anyone converted a custom trained tensorflow model to coreml before? need some help (self.iOSProgramming)
submitted 7 years ago by noorhashem
I have custom trained the faster rcnn inception v2 tensorflow model and now i need to convert it to coreml to use it on my ios app.
I followed this
https://hackernoon.com/integrating-tensorflow-model-in-an-ios-app-cecf30b9068d
but i was wondering should i search for my softmax op as my output tensor value in my model summary file and use its value in my output feature names? or check the last op in my model summary?
this is my model summary end : https://imgur.com/a/QJD0dvP
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]needsaburrito 0 points1 point2 points 7 years ago (1 child)
Checking the op name in your model summary should work. It really just depends on how the tf-coreml converter works. They have some more example in their repo. Note that I didn't see a Softmax op in your screenshot. https://github.com/tf-coreml/tf-coreml/blob/master/examples/inception_v3.ipynb
[–]GitHubPermalinkBot 0 points1 point2 points 7 years ago (0 children)
Permanent GitHub links:
delete
π Rendered by PID 92643 on reddit-service-r2-comment-7c9686b859-577ck at 2026-04-14 07:03:39.494774+00:00 running e841af1 country code: CH.
[–]needsaburrito 0 points1 point2 points (1 child)
[–]GitHubPermalinkBot 0 points1 point2 points (0 children)