Hello, i build a dp.df which includes labels, path to images and names of the images.
How can i build a multi input model that takes path and image as a inputs and test with labels.
Thank you for your help
Welcome to the TensorFlow Forum!
Please provide some more detail on the issue. You can have a look at this
image_dataset_from_directory API to fetch the image dataset and labels from the directory and to know itβs usability in your dataset. Thank you.