matttturnbull

Results 2 comments of matttturnbull

Agreed, would be very useful! I tried switching to this dataset: https://huggingface.co/datasets/cats_vs_dogs @cynthia-rempel 's solution above addresses the truncated image issue, but I'm hitting some kind of snag during training,...

For what it's worth, I created an image checker as well (probably logging too much for this example project, but useful for the above debugging): ``` from pathlib import Path...