EDIT: Solution here
Hi,
While working on lesson3-planet notebook, when I try to create a ImageList with the code
src = (ImageList.from_csv(path, 'train_v2.csv', folder='train-jpg', suffix='.jpg')
.split_by_rand_pct(0.2)
.label_from_df(label_delim=' '))
There was an error saying: ImageList has no split_by_rand_pct
attribute, so I have to change that into .random_split_by_pct
.
But in the docs, I could only find split_by_rand_pct, not sure why this is the case. I have fastai ver 1.0.46.