参考 https://keras.io/#configuring-your-keras-backend https://keras.io/backend/ Switching from one backend to another If you have run Keras at least once, you will find the Keras con…
from __future__ import print_function import numpy as np np.random.seed(1337) from keras.datasets import mnist from keras.models import Sequential from keras.layers import Dense, D…