Classifying Images with a Linear Model Reviews

4012 reviews

The access to the dataset is not working!!!!

Mahdy S. · Reviewed over 2 years ago

Download Dataset : !wget "http://download.tensorflow.org/example_images/flower_photos.tgz" Extract: !tar -xvzf flower_photos.tgz Using Pandas and create train_set.csv, eval_set.csv without index & header. import pandas as pd import glob import os dir_path="../labs/flower_photos" l=glob.glob(dir_path+"/**/*",recursive=True) file_l=[[dl,dl.split('/')[-2]] for dl in l if os.path.isfile(dl)] df=pd.DataFrame(file_l,columns=["path", "flower"]) df[:2943].to_csv("../solutions/flower_photos/train_set.csv",index=False,header=False) df[2943:].to_csv("../solutions/flower_photos/eval_set.csv",index=False,header=False) Replace all required path with your local image folder.

Umeshchandra Y. · Reviewed over 2 years ago

could not access 403 error.. the practical-vision-ml bucket that was supposed to be public but set before was not accesible

Alina K. · Reviewed over 2 years ago

Could not copy flowers dataset.

Brad D. · Reviewed over 2 years ago

access denied error to public bucket

Alina K. · Reviewed over 2 years ago

Could not copy flowers dataset.

Brad D. · Reviewed over 2 years ago

Not able to access the image bucket. Permission denied error.

Rajmohan V. · Reviewed over 2 years ago

This lab is broken because the bucket, "gs://practical-ml-vision-book/" has a 403 access error whenever you try to access it. "AccessDeniedException: 403 There is an account problem for the requested project."

Jonnie B. · Reviewed over 2 years ago

John L. · Reviewed over 2 years ago

John L. · Reviewed over 2 years ago

John L. · Reviewed over 2 years ago

Notebook creation is not working. region is greyed out due to org policy

Alvin J. · Reviewed over 2 years ago

The access to gs://practical-ml-vision-book/flowers_5_jpeg/flower_photos/train_set.csv is denied

Anastasiia T. · Reviewed over 2 years ago

access denied error

Alina K. · Reviewed over 2 years ago

Umeshchandra Y. · Reviewed over 2 years ago

access denied error

Alina K. · Reviewed over 2 years ago

has permission issue

Nima R. · Reviewed over 2 years ago

Bhagyashree S. · Reviewed over 2 years ago

Notebook would not start.

Brad D. · Reviewed over 2 years ago

there is no access to data needed to finish the lab

Dmytro K. · Reviewed over 2 years ago

Ashish T. · Reviewed over 2 years ago

access denied in the last task

Jerus S. · Reviewed over 2 years ago

Got error when trying to copy flowers from public to project bucket.

Brad D. · Reviewed over 2 years ago

Kevin V. · Reviewed over 2 years ago

Israel S. · Reviewed over 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.