TensorFlow 的Keras 和本地keras的区别


tf:

from tensorflow.python.keras import layers(tf自带)

local:

import keras(额外下载)

相关