Errata

AI and Machine Learning for On-Device Development

Errata for AI and Machine Learning for On-Device Development

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page Chapter 9
Step 4: Set up a Cloud Storage bucket and store training data in it

In Chapter 9, access to gs://cloud-ml-data/img/flower_photos/ is needed. Using script from the text:

gsutil -m cp -R gs://cloud-ml-data/img/flower_photos/ gs://$BUCKET/img/

returns this error:
AccessDeniedException: 403 dannyHembree@gmail.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).

I can’t access the it directly over the web either. It gives the same listing permission error. Does this data object still exist and have public access?

I don’t have any trouble creating and accessing the destination bucket that I create.

Daniel Hembree  Dec 18, 2023