Skip to content

Replace broken download in Simple_MultiGPU_GP_Regression.ipynb of non-existing dataset file with one that exists#2703

Open
rcasero wants to merge 1 commit intocornellius-gp:mainfrom
rcasero:2699-bug-protein-dataset-url-does-not-exist
Open

Replace broken download in Simple_MultiGPU_GP_Regression.ipynb of non-existing dataset file with one that exists#2703
rcasero wants to merge 1 commit intocornellius-gp:mainfrom
rcasero:2699-bug-protein-dataset-url-does-not-exist

Conversation

@rcasero
Copy link

@rcasero rcasero commented Jan 22, 2026

Fixes #2699 .

In GPyTorch 1.15.1, example "Exact GP Regression with Multiple GPUs" tries to download a dataset file protein.mat from a Google Drive, but that URL returns a 404 error.

@kayween suggested that the dataset could be downloaded from https://github.com/treforevans/uci_datasets.

This PR modifies examples/02_Scalable_Exact_GPs/Simple_MultiGPU_GP_Regression.ipynb so that the dataset is loaded from that location.

@rcasero rcasero changed the title Replace broken download of non-existing dataset file with one that exists in Simple_MultiGPU_GP_Regression.ipynb Replace broken download in Simple_MultiGPU_GP_Regression.ipynb of non-existing dataset file with one that exists Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] protein.mat dataset used in "Exact GP Regression with Multiple GPUs" example does not exist.

1 participant