Mike Buller

Results 4 comments of Mike Buller

Regarding the last comment, I was getting the same issue. After some poking about, this looks like a problem with the method **_generate_examples()** on **tensor_dataflow.image_classification.cats_vs_dogs.CatsVsDogs**. In that method, the following...

Here's the code I used to get past the issue. The line I changed is prefaced by a comment that says HACKY FIX. import tensorflow as tf import tensorflow_datasets as...

I didn't attempt this with the split parameter, so I can't comment on that.