fix some bugs
This commit is contained in:
@ -64,11 +64,11 @@
|
||||
],
|
||||
"source": [
|
||||
"import tensorflow as tf\n",
|
||||
"from keras.datasets import cifar10\n",
|
||||
"from keras.preprocessing.image import ImageDataGenerator\n",
|
||||
"from keras.models import Sequential\n",
|
||||
"from keras.layers import Dense, Dropout, Activation, Flatten\n",
|
||||
"from keras.layers import Conv2D, MaxPooling2D\n",
|
||||
"from tensorflow.keras.datasets import cifar10\n",
|
||||
"from tensorflow.keras.preprocessing.image import ImageDataGenerator\n",
|
||||
"from tensorflow.keras.models import Sequential\n",
|
||||
"from tensorflow.keras.layers import Dense, Dropout, Activation, Flatten\n",
|
||||
"from tensorflow.keras.layers import Conv2D, MaxPooling2D\n",
|
||||
"\n",
|
||||
"import pickle\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user