-
Notifications
You must be signed in to change notification settings - Fork 1.5k
download_url for amazon is slow #1441
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
One of the tutorial downloads Task09_Spleen.tar, which is 1.5GB. This took 1m45 via wget and over 2 hours with MONAI's download_url.
To Reproduce
wget https://msd-for-monai.s3-us-west-2.amazonaws.com/Task09_Spleen.tar- monai.apps.download_and_extract("https://msd-for-monai.s3-us-west-2.amazonaws.com/Task09_Spleen.tar", "Task09_Spleen.tar", "~/test")
- Observe download speeds
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request