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
I have fixed the issue on my own by manually downloading the data from huggingface, but the reconstruction script does not download the NSD data as the README says it does, as it is only via the get_dataloaders() method the download is initiated, which only gets run from the training script. Should be an easy fix that will make the setup process easier.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! I corrected the README for now, but hopefully can fix the reconstruction script later on to automatically download as well.
Hello,
I have fixed the issue on my own by manually downloading the data from huggingface, but the reconstruction script does not download the NSD data as the README says it does, as it is only via the get_dataloaders() method the download is initiated, which only gets run from the training script. Should be an easy fix that will make the setup process easier.
The text was updated successfully, but these errors were encountered: