I'm fairly new to machine learning and I've to create a image classification model using tensorFlow, but I'm having hard time loading the images datasets. I get the error 'str' object has no attribute 'load_data'
, and I'm not sure what it means. This is what I've for loading the image data:
Is this the correct way to load a custom data? Also, my script is in the same folder as the Product folder that has the sub-folders for different categories.