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

NameError: name 'ImageItemList' is not defined #3

Closed
shantanuo opened this issue Sep 12, 2019 · 1 comment
Closed

NameError: name 'ImageItemList' is not defined #3

shantanuo opened this issue Sep 12, 2019 · 1 comment

Comments

@shantanuo
Copy link

Getting an error...
NameError: name 'ImageItemList' is not defined

The directory is 7_Facial_attributes_fastai_opencv and the line...
src = (ImageItemList.from_csv(path, csv_name='labels.csv')
.split_by_valid_func(validation_func)
.label_from_df(cols='tags',label_delim=' '))

@shantanuo
Copy link
Author

ImageFileList was changed to ImageItemList and now I should use ImageList instead of ImageItemList.
This is what happens when the code is refactored too often!

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

1 participant