标签: deep-learning cnn data-processing
如何从x_train和y_train和x_text y_test开始读取图像数据集
x_train以读取例如形状的像素为:(50000,32,32,3) 和y_train的标签形状为:(50000,1)
我找到了课,但标签的形状是(50000,)
https://github.com/soumilshah1995/Smart-Library-to-load-image-Dataset-for-Convolution-Neural-Network-Tensorflow-Keras-/blob/master/masterimage.py
enter image description here