I have a folder with predicted masks on AWS Sagemaker. ( It has 4 folders inside it and lot of files inside those folders. ) I want to download the entire folder to my laptop. This might sound so simple and easy, but I could not find a way to do it. Appreciate any help.
Thanks
Choose the + next to the node that you want to export. Choose Export to. Choose Amazon SageMaker Feature Store (via Jupyter Notebook). Run the Jupyter Notebook.
In Amazon SageMaker Studio, your SageMaker Studio notebooks and data can be stored in the following locations: An S3 bucket – When you onboard to Studio and enable shareable notebook resources, SageMaker shares notebook snapshots and metadata in an Amazon Simple Storage Service (Amazon S3) bucket.
SageMaker notebooks support the following package installation tools: conda install. pip install.
You can do that by opening a terminal on sagemaker. Navigate to the path where your folder is. Run the command to zip it
zip -r -X archive_name.zip folder_to_compress
You will find the zipped folder. You can then select it and download it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With