Cats And Dogs
Simple Cats and Dogs Binary Classification Dataset
@kaggle.marquis03_cats_and_dogs
Simple Cats and Dogs Binary Classification Dataset
@kaggle.marquis03_cats_and_dogs
CREATE TABLE train (
"image_file" VARCHAR,
"category" BIGINT
);
CREATE TABLE val (
"image_file" VARCHAR,
"category" BIGINT
);
Anyone who has the link will be able to view this.