google-research/uda

Cifar10 Dataset Download Link is Broken

ardianumam opened this issue · 0 comments

Hi,

The link to download the cifar10 dataset is broken. Could you please update it? Thanks!

url_prefix=https://storage.googleapis.com/uda_model/image/proc_data_v2/${task_name}
for sup_size in 4000 2000 1000 500 250;
do
  wget $url_prefix/train-size_${sup_size}.tfrecord.0
done

image