-
Notifications
You must be signed in to change notification settings - Fork 107
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
cannot fetch dataset #59
Comments
Hello Damir, For example: dataset = Dataset()
dataset.fetch_dataset("20NewsGroup") Thanks, Silvia |
Hi Silvia, and thank you for the answer. Damir |
Hello, Silvia |
Hello, it works, thank you. Damir |
Hello,
Dataset.fetch_dataset() leads to an error, due to lines 71-73 in octis/dataset/downloader.py
returning [404] responses. Root Dataset URL (line 69) seems incorrect.
Manual fetching through a browser also leads to 404.
downloader.py current version is the same as the local version in octis 1.10.0
thank you, Damir
The text was updated successfully, but these errors were encountered: