-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to access 'gs://practical-ml-vision-book/flowers_tfr/train' #13
Comments
Same here, unable to complete the "Classifying Images with a Linear Model" qwiklabs because the bucket access is forbidden. !gsutil cat gs://practical-ml-vision-book/flowers_5_jpeg/flower_photos/train_set.csv | head -20
AccessDeniedException: 403 There is an account problem for the requested project. |
I got exactly the same error as @AdrienLemaire |
This issue went away and now im able to access the bucket. |
The issue still exists: |
Hi guys, I'm getting the same error and unable to access the bucket to access the images and complete the lab. Was anyone able to resolve this? |
I personally gave up hope on the matter and started to just find datasets on places like Kaggle so I can keep moving forward with the book since I'm super skeptical the authors check the github repository |
Hi all, the bucket became available again. Please rerun the code. Thanks! |
Hi @takumiohym , thank you for the support. I confirm access to the bucket is working fine now. |
testing 06a_resizing.ipynb and get a similar error code 403 and error message PermissionDeniedError Traceback (most recent call last) PermissionDeniedError: Error executing an HTTP request: HTTP response code 403 with body '{ |
Thanks for reporting @jimxu0621 |
Thank you, that part works after adding -data, I guess I should make the same changes for all other notebooks in chapter 6 when I test. |
Yes. Please let me know if you see any other issues! |
I tried to add '-data' but still the error persists as the service account is still using without '-data'. |
Which notebook are you referring to? @AnkitaBeniwal |
classifying_images_with_transfer_learning.ipynb |
Is it under this repository? Could you share the link? @AnkitaBeniwal |
https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/computer_vision_fun/labs/classifying_images_with_transfer_learning.ipynb |
It seems it's not under this repository, but I addressed the issue. Could you rerun it again? |
Thanks a million. Apologies for reporting the error here. I have been facing this error for almost all the notebooks in this repository quoted above. |
Opened PRs on both repositories to update to the new path @AnkitaBeniwal @jimxu0621 |
Hello,
this was working for me until this morning.
Has this gs bucket access being disabled?
Please advise.
regards,
Alejandro H.
The text was updated successfully, but these errors were encountered: