Giter Site home page Giter Site logo

Comments (12)

RaymondTseng avatar RaymondTseng commented on July 25, 2024 6

Hi @seanmcneely
You can try the following commands.

rm MNIST.zip
rm -rf mnist
wget --no-check-certificate -r "https://drive.google.com/uc?export=download&id=1cU_LcBAUZvfZWveOMhG4G5Fg9uFXhVdf" -O MNIST.zip
unzip MNIST.zip
rm MNIST.zip

from fedml.

chaoyanghe avatar chaoyanghe commented on July 25, 2024

I checked the downloading in US, it works well. Is it because you cannot access to Google Drive? If not, I guess if it is blocked by GFW. If this is the case, let me put another download link for users in China mainland.

from fedml.

weiyikang avatar weiyikang commented on July 25, 2024

I can access to the Google Drive, and can download the cifar-10 by the code, while the MNIST is not available by the code.

from fedml.

chaoyanghe avatar chaoyanghe commented on July 25, 2024

@weiyikang please pull the latest code, all datasets can be downloaded by script.

from fedml.

weiyikang avatar weiyikang commented on July 25, 2024

In the latest code, the error also occurs. But I can download the mnist.zip manually by the link in download_and_unzip.sh, then unzip the mnist.zip. The error using 'sh download_and_unzip.sh' as follow:
image

By manually download mnist.zip and unzip by the guide of download_and_unzip.sh, all going well.

from fedml.

chaoyanghe avatar chaoyanghe commented on July 25, 2024

your log shows "Network is unreachable"

from fedml.

weiyikang avatar weiyikang commented on July 25, 2024

The reason is that computer without vpn can't access the google drive. Baidu yun can be accessed in china instead of google drive.

from fedml.

chaoyanghe avatar chaoyanghe commented on July 25, 2024

@weiyikang so please help to create a baidu yun link and a downloading script for our users. Thanks.

from fedml.

sedonalewis avatar sedonalewis commented on July 25, 2024

I am having this issue as well from within the US. Could the zip be corrupt? It downloads fine but cannot be unzipped

from fedml.

chaoyanghe avatar chaoyanghe commented on July 25, 2024

@seanmcneely did you download from MAC?

from fedml.

sedonalewis avatar sedonalewis commented on July 25, 2024

I used the download and unzip script for MNIST:

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet
--save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1cU_LcBAUZvfZWveOMhG4G5Fg9uFXhVdf' -O-
| sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=1cU_LcBAUZvfZWveOMhG4G5Fg9uFXhVdf" -O MNIST.zip && rm -rf /tmp/cookies.txt

from fedml.

sedonalewis avatar sedonalewis commented on July 25, 2024

This works! No problems unzipping now.

from fedml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.