Skip to content
Snippets Groups Projects
Commit f2da1abf authored by nz11's avatar nz11
Browse files

changed to channels first

parent 60cd77c9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ from keras.models import Model
from keras import optimizers
import keras.backend as K
K.set_image_dim_ordering('th')
K.set_image_data_format('channels_first')
(X_train, y_train), (X_test, y_test) = cifar10.load_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment