uda icon indicating copy to clipboard operation
uda copied to clipboard

Cifar10 Dataset Download Link is Broken

Open ardianumam opened this issue 2 years ago • 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

ardianumam avatar Mar 16 '22 12:03 ardianumam