KaggleDogBreedChallenge icon indicating copy to clipboard operation
KaggleDogBreedChallenge copied to clipboard

Question

Open urbanintell opened this issue 6 years ago • 0 comments

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])

urbanintell avatar Jan 11 '19 00:01 urbanintell