visual-recognition-coreml
visual-recognition-coreml copied to clipboard
List limitations of VisRec light plan
I am building this code and will revert. Referencing https://developer.apple.com/machine-learning/
Couple of places to scrape info from:
- IBM Cloud catalog > service catalog page:
- Lite plan services are deleted after 30 days of inactivity.
- 1 Custom Model
- 7,500 API calls for free (up to 250 calls per day)
- ... train a Custom model [with] up to 5,000 images.
- Lite Plan services are deleted after 30 days.
You can't update a custom [model] with an API key for a Lite plan. To update a custom [model] on a Lite plan, create another service instance on a Standard plan and re-create your custom [model].
- "Updating an existing custom classifier" in Creating a custom classifier of the docs
If you have an API key for a Lite plan and want to update a [model], you must create another service instance on a Standard plan and re-create your custom [model]. Follow the steps in the Before you begin section of the "Getting started tutorial" and make sure to select the Standard plan.