❓ Questions & Help
When I use this APIs train_dataset = PPI(path, split='train') .
Because of the internet reason, I can not download the ppi.zip from https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip.
So, If I already have copy ppi.zip from other peoples to my local folds, how to directly use this ppi.zip rather than downloading it again from the https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip ?
❓ Questions & Help
When I use this APIs
train_dataset = PPI(path, split='train').Because of the internet reason, I can not download the ppi.zip from
https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip.So, If I already have copy ppi.zip from other peoples to my local folds, how to directly use this ppi.zip rather than downloading it again from the
https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip?