Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using only pretrained models doesn't download data as the README suggests #26

Open
reesekneeland opened this issue Oct 9, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@reesekneeland
Copy link

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.

@PaulScotti PaulScotti added enhancement New feature or request help wanted Extra attention is needed labels Oct 11, 2023
@PaulScotti
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants