I am using Google Vision Automl. In order to train a model the data needs to be uploaded. There are following two ways.
- Upload directly from your computer
- Upload to google bucket and make a csv which contains the paths to the image files.
See the following image
Since, i want to compare my locally pre-trained model with the model i will train on Google Automl, i want to ensure that the same data splits are used (train, test, validation). So #2 way is the best way
Issue: I have made a the csv in the following format. But when i upload it, only train and test sets are loaded.

