Skip to content

image-classification-fulltraining.ipynb - Image Classification with images saved in S3 #367

Closed
@lauracozma

Description

@lauracozma

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:

  1. Import S3 images into Sagemaker Notebook Instance (you only provide an example where data is downloaded from the internet)
  2. Create the .lst files
  3. 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)
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions