Tomer Horowitz

Results 58 comments of Tomer Horowitz

The problem happens when you just iterate over the data (without printing): ``` >>> import tensorflow_datasets as tfds >>> tfds.__version__ '3.1.0' >>> dataset = tfds.load('cats_vs_dogs') >>> dataset = [i for...

@Eshan-Agarwal It still happens to me, I tried updating `tfds` to version `3.2.0` but I still get the same messages, any idea why or how I can fix it? :/...

@Conchylicultor I tried checking it out, I added some print calls in each function of the `CatsVsDogs` class, and when running this code: ``` import tensorflow_datasets as tfds dataset =...

After investgiating a bit, I managed to get the names of the corrupted images that was not skipped using this code: ``` import tensorflow_datasets as tfds import py, sys dataset...

+1 Autorestic just seems simpler to configure

Any updates? Experiencing this in v0.73.4

So is this possible to do or not?