Replies: 1 comment
-
Beautiful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If anyone is interested in running an AWS Sagemaker estimator job using keras_cv_attention_models here is a sample python script. To prepare your data you should create a directiory 'preprocessed' under your 'keras_cv_attention_models' and then place your data under this directory with a train.json file with all the classes like below which include two classes A and B:
And then execute the following estimator code with your S3 bucket:
Beta Was this translation helpful? Give feedback.
All reactions