visual-recognition-coreml icon indicating copy to clipboard operation
visual-recognition-coreml copied to clipboard

List limitations of VisRec light plan

Open mediumTaj opened this issue 6 years ago • 2 comments

mediumTaj avatar Mar 20 '18 20:03 mediumTaj

I am building this code and will revert. Referencing https://developer.apple.com/machine-learning/

ThomasWDev avatar Mar 21 '18 08:03 ThomasWDev

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].

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.

SirSpidey avatar Mar 21 '18 12:03 SirSpidey