You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing everything! Was wondering if you could provide the code for loading the dataloaders for loading the datasets as PyTorch tensors? I could not find the details on the website as instructed on the ReadMe.
I cloned the repo and imported sustainbench (from sustainbench import sustainbench). Then, I tried to run sustainbench.get_dataset('poverty') but am running into import issues such as module 'sustainbench' has no attribute 'supported_datasets'. I'm wondering if this process would be easier with some extra documentation or sample code for getting the dataloaders. Thanks so much!
Hi, thanks for sharing everything! Was wondering if you could provide the code for loading the dataloaders for loading the datasets as PyTorch tensors? I could not find the details on the website as instructed on the ReadMe.
I cloned the repo and imported sustainbench (
from sustainbench import sustainbench
). Then, I tried to runsustainbench.get_dataset('poverty')
but am running into import issues such asmodule 'sustainbench' has no attribute 'supported_datasets'
. I'm wondering if this process would be easier with some extra documentation or sample code for getting the dataloaders. Thanks so much!@chrisyeh96
The text was updated successfully, but these errors were encountered: