SMEissa
(Sahar Eissa)
#1
I can’t pass lesson 2,
np.random.seed(42)
data = ImageDataBunch.from_csv(path, folder=".", valid_pct=0.2, csv_labels=‘cleaned.csv’, ds_tfms=get_transforms(), size=224, num_workers=4).normalize(imagenet_stats)
gives me
b’data/cleaned.csv’ does not exist
it stops at # Create the parser.
–> 440 parser = TextFileReader(filepath_or_buffer, **kwds)
what should I do? I’m using paperspace
muellerzr
(Zachary Mueller)
#2
Where is your data being stored? (relative to data.path
)
SMEissa
(Sahar Eissa)
#3
it is stored in the data folder:
I have two folders contain the csv files and txt, in the downloads I have two folders with the images. what should I do?
Reijer
(Reijer)
#4
Are you missing a period in your path? See here: Datasets: Download images