Skip to content

Commit 50aa1e9

Browse files
committed
Update Blog “production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment”
1 parent 199c18e commit 50aa1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Here, you will be using the SAHI library to slice our large satellite images. Sa
182182
## 4. Upload to S3 bucket to support distributed training
183183

184184
Now, you can upload your exported data to a publicly accessible AWS S3 bucket. For a large-scale distributed experiment, this will enable you to access the dataset without installing the dataset on the device.
185-
View [Determined Documentation](<* https://docs.determined.ai/latest/training/load-model-data.html#streaming-from-object-storage>) and [AWS instructions](<* https://codingsight.com/upload-files-to-aws-s3-with-the-aws-cli/>) to learn how to upload your dataset to an S3 bucket. Review the `S3Backend` class in `data.py`
185+
View [Determined Documentation](https://docs.determined.ai/latest/model-dev-guide/load-model-data.html) and [AWS instructions](https://codingsight.com/upload-files-to-aws-s3-with-the-aws-cli/) to learn how to upload your dataset to an S3 bucket. Review the `S3Backend` class in `data.py`
186186

187187
Once you create an S3 bucket that is publicly accessible, here are example commands to upload the preprocessed dataset to S3:
188188

0 commit comments

Comments
 (0)