标签: tensorflow keras backend
两者之间有什么区别
import tensorflow.keras.backend as K
和
from keras import backend as K
为什么我第一次使用该模型时运行速度更快,但给出的结果却不正确?