pythonlessons/mltu

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

walido13 opened this issue · 5 comments

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 !!

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

i get this

image

so what do you think ?

Everything is ok, Did you iterate the whole dataset?

yeah
here
image