djl
djl copied to clipboard
could straightly download the djl basic datasets by url
Hi,
I want to use djl cleaned basic datasets for view, https://djl.ai/docs/dataset.html, but I only find write java djl code ,but I want to download straightly by url, could you tell me how to operate download djl datasets repo.thanks
@mullerhai
You can download the dataset from S3:
aws s3 ls s3://djl-ai/mlrepo/dataset/
You can download the dataset from S3:
aws s3 ls s3://djl-ai/mlrepo/dataset/
thanks ,but I not have s3 account , aws_access_key aws_secret_access_key
You can access the bucket anonymously, you only need to install aws-cli
You can access the bucket anonymously, you only need to install aws-cli
very thanks, I will try