Open Ghaiyur opened 4 years ago
Thank you for reporting this issue, and sorry for the late reply. It looks like some of these files have moved one the website where we used to pull the data from. I'll update the meta-dataset once I know the new url of these files
When trying to call the TCGA dataset with :
import torchmeta import requests from torchmeta.datasets.tcga import TCGA torchmeta.datasets.TCGA("data", meta_train=True, meta_val=False, meta_test=False, meta_split=None, min_samples_per_class=5, transform=None, target_transform=None, dataset_transform=None, download=True, chunksize=100, preload=True)
The program fails with:
Downloading
ACC_clinicalMatrix.gz
...HTTPError Traceback (most recent call last)