ireqhawk
ireqhawk
i think maybe you have not crop face from the image @adelfuchs
you can rewrite it as: .................................................. #num_examples = len(data_set) for image,label in data_set: #image = data_set[index][0] height = image.shape[0] width = image.shape[1] image_raw = image.tostring() #label = data_set[index][1] ........................................................................
i create a wide residual net,with depth 16,width 8,except the "pad" param,i find it will be some problem in average_pooling2d layer,it is signed in this project's readme file,so i delete...