I tried it with different wifi, its very slow around 200 kbps, there are no issues with the wifi, it is quick. I downloaded the data of image impeccable challenge there was no issue with the same wifi.
@ArbaazBeg I can imagine how frustrating it must be to experience slow download speeds, especially with 200 kbps for such a large dataset. I tried with curl from my terminal and averaged ~6 Mpbs for one of the 16 GB zip files. Are you downloading via the Data Tab or through the terminal?
Are you experiencing any issues with file corruption or incomplete downloads? Or is it just the download time thatβs taking much too long?
ThinkOnward Team
arbaaz@Mirzas-MacBook-Air dark_side_of_the_volume % curl -O βhttps://thinkonward.com/app/api/challengesApi/challenge/dark-side/team/6608/training_data/dark-side-train-data-part1β
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 34 100 34 0 0 40 0 --:β:-- --:β:-- --:β:-- 40
Data tab is too slow, im trying the terminal but I think there is a authentication error.
Hi @ArbaazBeg
You should download directly from the S3 links provided here, they will be much faster and do not require authentication to the platform to access
e.g. curl -O https://xeek-public-287031953319-eb80.s3.amazonaws.com/dark-side/dark-side-train-data-part1.zip
ThinkOnward Team