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

ValueError: Failed to find data adapter that can handle input: <class 'mltu.dataProvider.DataProvider'>, <class 'NoneType'> #43

Open
walido13 opened this issue Feb 14, 2024 · 5 comments

Comments

@walido13
Copy link

walido13 commented Feb 14, 2024

hey
i get stucked with this issue when i doing the training

image

my dataset :
image

path :
image

folders :
image

maybe this can help you for understanding:
image

please help me !!

@pythonlessons
Copy link
Owner

Hey, you receive NoneType at some point.
Try to iterate whole dataset with same way:

for data in train_data_provider:
    print(data[0].shape, data[1].shape)

something is not ok with data

@walido13
Copy link
Author

i get this

image

@walido13
Copy link
Author

so what do you think ?

@pythonlessons
Copy link
Owner

Everything is ok, Did you iterate the whole dataset?

@walido13
Copy link
Author

yeah
here
image

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

2 participants