In this example 'sample_datapath1' refers to the path on the datastore which is a folder. If I have 4 files 1.jpg, 2.jpg, 3.jpg, 4.jpg in the 'sample_datapath1' folder and I want only 1.jpg, 2.jpg only as the dataset, How can I choose?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@shankarpandala we will review your feedback and get back to you shortly, Thanks.
Hi @shankarpandala
You can
Hi @shankarpandala
You can
- create a dataset pointing to the folder
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-register-datasets- mount the dataset to your compute target and load only the files you want in your script. you can pass in the name of the files as argument in your experiment
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-with-datasets
Thanks! If this is the only way. You can close the issue.
Most helpful comment
Hi @shankarpandala
You can
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-register-datasets
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-with-datasets