Skip to content
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

Open
alex55711 opened this issue Jul 7, 2023 · 20 comments
Open

Comments

@alex55711
Copy link

Hello,
this was working for me until this morning.
Has this gs bucket access being disabled?

Please advise.

regards,

Alejandro H.

@AdrienLemaire
Copy link

AdrienLemaire commented Jul 7, 2023

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.

@casualcomputer
Copy link

I got exactly the same error as @AdrienLemaire

@alex55711
Copy link
Author

This issue went away and now im able to access the bucket.
I think there is some maintanance going on the books GS buckets that prevented me to access.
@AdrienLemaire @casualcomputer you should check too if now you dont have an issue.
image

@hookmax
Copy link

hookmax commented Nov 18, 2024

The issue still exists:
!gsutil cat gs://practical-ml-vision-book/flowers_5_jpeg/flower_photos/train_set.csv | head -20
AccessDeniedException: 403 [email protected] 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).

@sergani
Copy link

sergani commented Nov 26, 2024

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?

@Digital1O1
Copy link

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

@takumiohym
Copy link
Contributor

takumiohym commented Nov 28, 2024

Hi all, the bucket became available again. Please rerun the code. Thanks!

@sergani
Copy link

sergani commented Nov 28, 2024

Hi @takumiohym , thank you for the support. I confirm access to the bucket is working fine now.

@jimxu0621
Copy link

testing 06a_resizing.ipynb and get a similar error code 403 and error message


PermissionDeniedError Traceback (most recent call last)
in <cell line: 16>()
15
16 train_dataset = tf.data.TFRecordDataset(
---> 17 [filename for filename in tf.io.gfile.glob(
18 'gs://practical-ml-vision-book/flowers_tfr/train-*')
19 ], compression_type='GZIP').map(parse_tfr)

PermissionDeniedError: Error executing an HTTP request: HTTP response code 403 with body '{
"error": {
"code": 403,
"message": "[email protected] 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).",

@takumiohym
Copy link
Contributor

Thanks for reporting @jimxu0621
I'll try to restore the access, but meanwhile could you try again changing the bucket path to gs://practical-ml-vision-book-data adding -data?

@jimxu0621
Copy link

Thanks for reporting @jimxu0621 I'll try to restore the access, but meanwhile could you try again changing the bucket path to gs://practical-ml-vision-book-data adding -data?

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.

@takumiohym
Copy link
Contributor

Yes. Please let me know if you see any other issues!

@AnkitaBeniwal
Copy link

I tried to add '-data' but still the error persists as the service account is still using without '-data'.
Could you please notify when the bucket is active again!?

@takumiohym
Copy link
Contributor

Which notebook are you referring to? @AnkitaBeniwal

@AnkitaBeniwal
Copy link

Which notebook are you referring to? @AnkitaBeniwal

classifying_images_with_transfer_learning.ipynb

@takumiohym
Copy link
Contributor

Is it under this repository? Could you share the link? @AnkitaBeniwal

@AnkitaBeniwal
Copy link

AnkitaBeniwal commented Jan 15, 2025

@takumiohym
Copy link
Contributor

takumiohym commented Jan 15, 2025

It seems it's not under this repository, but I addressed the issue. Could you rerun it again?

@AnkitaBeniwal
Copy link

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.

@takumiohym
Copy link
Contributor

takumiohym commented Jan 15, 2025

Opened PRs on both repositories to update to the new path @AnkitaBeniwal @jimxu0621
Thanks for reporting the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants