KaggleDogBreedChallenge
KaggleDogBreedChallenge copied to clipboard
Question
Could explain the following code snippet?
trainImages = np.array([i[0] for i in train_data]).reshape(-1, IMG_SIZE, IMG_SIZE, 1) trainLabels = np.array([i[1] for i in train_data])