taeinkwon / h2odataset

https://taeinkwon.com/projects/h2o/
43 stars 3 forks source link

dataset download problem #8

Closed YajieW99 closed 2 years ago

YajieW99 commented 2 years ago

Could you tell me about the problem I met when downloading the dataset? Thanks a lot !

Forbidden You don't have permission to access this resource. Apache/2.4.37 (Red Hat Enterprise Linux) Server at h2odataset.ethz.ch Port 443

taeinkwon commented 2 years ago

Hi @YajieW99 ,

Could you download it again? The problem is now fixed.

YajieW99 commented 2 years ago

Thanks for your reply, I can download it to my computer with Windows now. But it failed when I use 'wget' to download with Linux, then it worked when I change other datasets like 'mnist' using 'wget', so I'm not sure it's caused by the network or the 'wget' command.

taeinkwon commented 2 years ago

You need to put your username and password like the following.

wget --user user --password pass http://h2odataset.ethz.ch/data/dataset/subject2_v1_1.tar.gz

YajieW99 commented 2 years ago

@taeinkwon I have tried like that before, but it still cannot connect to the dataset website, maybe there's some problem with my server, thanks for your help.