Mats Sjöberg

Results 4 comments of Mats Sjöberg

I'm seeing the same issue in torchtext 0.16.1, and removing the `aclImdb_v1` directory doesn't seem to help for me. In my case it's running on a Linux machine, not Windows.

Here is one observation that might help anyone trying to debug this. It seems like I break something with the IMDB dataset if I sample some items from the iterator...

I had the same issue, this change in the code seems to fix the problem for me. Haven't yet had time to understand what is happening, let alone make a...

I had a similar problem on Red Hat. The way you are parsing the os-release file [with csv.reader](https://github.com/voxel51/fiftyone/blob/develop/package/db/setup.py#L101) doesn't work if there are empty lines in the file. The file...