Closed fmohr closed 1 year ago
Hey @fmohr. We actually updated the expected hash of the file alongside where the file is downloaded from in https://github.com/pytorch/text/pull/2003. So the behavior you notice is actually correct since you had an outdated copy of the file downloaded in your cache. The expected resolution would be to delete the cached file manually?
🐛 Bug
Bug Description When loading the test data via
I get the following error (only occurs on test split). It seems that the hash currently associated with the tar file does not correspond to the one of the actual tar file on the server.
Needless to say, I deleted the file manually (in fact was deleted manually automatically by script).
Expected Behvior I would this expect to work just as for
split = "train"
orsplit = "valid"
.Environment torchtext version is 0.14.1 (the environment collection script as left in the template is 404).