sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

How can I use the custom generator to train a TensorFlow model on SageMaker?

Open dsnsabari opened this issue 6 months ago • 1 comments

I am trying to train a TensorFlow custom classification model using a custom data generator on SageMaker Studio. However, the notebook did not utilize the GPU to train the model.

My instance type: image

I have stored the images in a zip file on an S3 bucket and unzipped them during training, using the temporary path in the custom generator for training.

I want to add data augmentation while training the model.

The example below loads the images in numpy format and passes them directly to the training model. I want to load the images from the S3 bucket in zip format and train with a custom generator and augmentation.

Link to the example

dsnsabari avatar Feb 28 '24 03:02 dsnsabari

We are looking into it.

mohanasudhan avatar Mar 04 '24 21:03 mohanasudhan