Starry Sky

Results 5 comments of Starry Sky

hi ibrantabhi19 : Thank you for your reply. I think I really use CIFAR10, see below the picture. ![image](https://cloud.githubusercontent.com/assets/25160061/26137042/26d9dde8-3af2-11e7-8f40-780d90994a30.png) The following is the whole message: Using TensorFlow backend. X_train shape:...

hi ibrantabhi19 : I have set keras.json to "image_dim_ordering": "tf". And I will also line this #model = make_parallel (model, 0) annotation, then execute the code and get the following...

hi vibrantabhi19 : The latest progress, I downgrade the keras version to 1.2.1. And modify this line model.add(Convolution2D(96, 3, 3, border_mode = 'same', input_shape=(3, 32, 32))) to model.add(Convolution2D(96, 3, 3,...

Yes, I found the CV2 problem. At the same time, I also found that the need to import numpy as np, otherwise print (np.argmax (out)). This line will be a...

I think the problem is in this line. out = model.predict(im) The error message is still as follows: str(array.shape)) ValueError: Error when checking : expected convolution2d_input_1 to have 4 dimensions,...