Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you use the custom generator to train the TensorFlow model on PageMaker? #4574

Open
dsnsabari opened this issue Feb 27, 2024 · 0 comments

Comments

@dsnsabari
Copy link

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 dsnsabari changed the title How to use the custom generator for training the tensorflow model on sagemkaer How do you use the custom generator to train the TensorFlow model on PageMaker? Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant