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've been trying to use the IMDB dataset offline, but after downloading it and turning off the internet it still raises an error from the requests library trying to reach for the online dataset.
Is this the intended behavior ?
(Sorry, I wrote the the first version of this issue while still on nlp 0.3.0).
The text was updated successfully, but these errors were encountered:
ghazi-f
changed the title
Cash hashing for the downloaded datasets is incompatible with offline mode
Cache hashing for the downloaded datasets is incompatible with offline mode
Oct 26, 2020
ghazi-f
changed the title
Cache hashing for the downloaded datasets is incompatible with offline mode
Downloaded datasets are not usable offline
Oct 26, 2020
Yes currently you need an internet connection because the lib tries to check for the etag of the dataset script online to see if you don't have it locally already.
If we add a way to store the etag/hash locally after the first download, it would allow users to first download the dataset with an internet connection, and still have it working without an internet connection.
I've been trying to use the IMDB dataset offline, but after downloading it and turning off the internet it still raises an error from the
requests
library trying to reach for the online dataset.Is this the intended behavior ?
(Sorry, I wrote the the first version of this issue while still on nlp 0.3.0).
The text was updated successfully, but these errors were encountered: