I try to train a model for image binary classification in Azure Machine Learning Designer.
First, I have used the Label Tool, to set a label on each images :
Then, I have exported it as an Azure ML DataSet in order to import it in my ML workflow in the designer, as you can see below :
Then, in order to apply image transformation and to train my model, I have connected my DataSet to a "convert to image directory" module :
When I execute the workflow I have the following error :
Also, I could not find any documentations about all of these modules in Azure Machine Learning Designer :
So I am not sure about my understanding of how to proceed.