Closed
Description
Hi,
I am trying to use your mxnet provided example to train an image classifier using images already saved into S3. My images come as .png so I have decided to create the .lst files.
The steps I´m doing:
- Import S3 images into Sagemaker Notebook Instance (you only provide an example where data is downloaded from the internet)
- Create the .lst files
- Upload train, test, my_data_val.lst and my_data_train.lst files to S3 channels as in your examples (this seems redundant in my case since I already do have the training and testing images in S3)
- Run the algorithm
Now, I did this once and then decided to drop the lst folders from S3 and to re-run the script. Then step 1 starts failing. An error message is thrown: cannot find the file my_data_train.lst. (which is not phisically there anymore)
Thanks,
Laura
Metadata
Metadata
Assignees
Labels
No labels