Kaggle_Dogs_vs_Cats_PyTorch
Kaggle_Dogs_vs_Cats_PyTorch copied to clipboard
Where are the labels? Is this a supervised learning?
Whether it’s a cat or a dog is the label, and the specific code is here: https://github.com/espectre/Kaggle-Dogs_vs_Cats_PyTorch/blob/master/dataset/DogCat.py#L37
oooohh. Thanks!